RE: Problem with Onclick in Netscape in <IMG tag

<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.org

Received on Tuesday, 5 September 2000 02:50:53 UTC