why not have teh submit button itself as an image...or
You could have javascript create the dynamic link and send the parameters as
a GET request...

like this:


function sendPage() {
    <process the form elements>
    create the link dynamically..based on the form elements above
    self.location=hello.jsp?abc=1.........
 }

hth,
A


> Hi,
>         Can a form be posted without using the "submit" button ? For eg.
> using a link thru an image.
> My requirement is:
> An html page with a gif which when clicked links to a servlet. The html
> contains fields which i need to pass on to the servlet. how do i use
> "req.getParameter()" in the servlet in this case??
>
> Thanks in advance
> -Subendu
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to