Gayathri,

> I'm looking for a way to do automatic post from jsp page without hitting
submit button and without using
> JavaScript code. Does any body have any Idea how to do a post from a jsp
page using java/jsp code?

The only way I have found to do this this uses JavaScript. I use it to
convert LINK clicks to POSTS. I use a dummy jsp as my link. The dummy jsp
contains a form with fields that are assigned the request parameters and I
set the ONLOAD of the page to "document.formname.submit()"

Rich

___________________________________________________________________________
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