These do work, I was incorrect in my earlier message :)

Specifically, the second one requires a blank href value as he shows

Sorry if my earlier post confused you, wasnt thinking correctly this early
on monday :)

J

> You can do this by using Javascript.
>
> <form name="postform" method="POST" action="someservlet">
> <input type="hidden" name="name1" value="value1">
> <input type="hidden" name="name2" value="value2">
> </form>
>
> <a herf="javascript:document.postform.submit();">A link that posts</a>
>
> I think that
>
> <a href="" onclick="document.postform.submit();">A link that posts</a>
>
> should work also.
>

===========================================================================
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