Form Post

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'>
<input type='hidden' name='user' value='bighouse'>
<input type='hidden' name='item_name' value='My Product'>
<input type='hidden' name='item_number' value='001'>
<input type='hidden' name='item_price' value='3.95'>
<input type='hidden' name='item_weight' value='0'>
<input type='hidden' name='NOTAX' value=''>
<input type='hidden' name='DOWNLOAD' value='1001.zip'>
<input type='image' src='advertisement.gif' value='Buy and Download
Now' name='add_to_cart'>
</form>
screwmeblome [ Sa, 19 April 2008 01:17 ] [ ID #1946026 ]

Re: Form Post

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.
glex_no-spam [ Mo, 21 April 2008 17:55 ] [ ID #1947113 ]
Perl » comp.lang.perl.misc » Form Post

Vorheriges Thema: Creating PDF documents from a Perl Program...
Nächstes Thema: FAQ 2.3 I don't have a C compiler. How can I build my own Perl interpreter?