Andres Portillo wrote:
>
> OK, Thanks for your answer, The question is now; how can send a
> POST request from the IMG tag?
>

 You don't. Approach it from the other side: how do
you set it up so that clicking on an image results
in a POST request? How about something like:

    <form method="POST" action="http://Blarwartz:8080/servlet/SnoopServlet";>
      <input type="hidden" name="param1" value="param1_value">
      <input type="hidden" name="param2" value="param2_value">
      <input type="image" src="some_image.jpg">
    </form>

 The above appears to work, but I never claimed to be
an HTML guru, so standard disclaimers apply...


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to