![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello and thanks in advance for your help. I have code below that posts form data to a 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 |
#3
| |||
| |||
|
|
zoomcart.com wrote: form name='submit3' action='http://my.com/cart.cgi' method='post' input type='image' src='advertisement.gif' value='Buy and Download Now' name='add_to_cart' /form And the submit but is where? Which version Netscape, since currently RIP... |
#4
| |||
| |||
|
|
On Fri, 18 Apr 2008 20:43:26 -0400, "Jonathan N. Little" lws4art (AT) central (DOT) net> wrote: zoomcart.com wrote: form name='submit3' action='http://my.com/cart.cgi' method='post' input type='image' src='advertisement.gif' value='Buy and Download Now' name='add_to_cart' /form And the submit but is where? Which version Netscape, since currently RIP... I thought 'image' functioned as a submit button. Perhaps it isn't widely supported. |
#5
| |||
| |||
|
|
form name='submit3' action='http://my.com/cart.cgi' method='post' input type='image' src='advertisement.gif' value='Buy and Download Now' name='add_to_cart' /form ... I thought 'image' functioned as a submit button. Perhaps it isn't widely supported. |
|
I've just tested using Opera and for the 'image' above it would include '&add_to_cart.x=0&add_to_cart.y=0' in the GET array (presumably the same for POST). But there is no '&add_to_cart=whatever' and this makes it different from a submit button. |
![]() |
| Thread Tools | |
| Display Modes | |
| |