<snip> > I have to perform POST only and cannot make this image > as a link and do GET operation. > > Pl reply at mgandhi@bhartitelesoft.com > > regards > -mukul Why use javascript at all? Just do it using forms: <FORM METHOD="POST" ACTION="http://server/cgi-script"> <INPUT NAME=field1 TYPE=hidden VALUE="value1"> <INPUT NAME=field2 TYPE=hidden VALUE="value2"> (etc...) <INPUT BORDER=0 SRC="image.jpg" TYPE=image> </FORM> "Fish" (David B. Trout) fish@infidels.orgReceived on Tuesday, 5 September 2000 02:50:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:38:43 GMT