|
Posted by J. Gleixner on April 21, 2008, 11:55 am
Please log in for more thread options
zoomcart.com wrote:
> Hello and thanks in advance for your help.
> I have code below that posts form data to a perl cgi scripted shopping
> cart and it works great on my mac/firefox browser, but it doesn't work
> on ibm/netscape machines. what gives? apparently the data isn't being
> recognized and so the cart defaults to it's home page.
> <form name='submit3' action='http://my.com/cart.cgi' method='post'>
[...]
> </form>
You're going to have to debug your cart.cgi script.
|