Re: Form post
On Sat, 19 Apr 2008 11:27:25 +1000, Steven Saunderson <phelum@Syd.au>
wrote:
> On Fri, 18 Apr 2008 20:43:26 -0400, "Jonathan N. Little"
> <lws4art@central.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.
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.
--
Steven
|