If you want to display an html page, you might as well just use a button with the href attributes. however if you want to pass the authentication parameters to that page, i think it will be best to generate this page also through a servlet and pass the authentication parameters through sessions. This should help. Bye. Maulik On Sunday, April 22, 2001 at 02:58:53 PM, A mailing list for discussion about Sun Microsystems Java Servlet API Technology. wrote: > i have written a servlet that display a simple html page. on this html page, > i would like to use a button, such that when clicked, the servlet will > display another html page. > > how do i do that? do i use post or get request? > assume that in the first html page, my servlet has already authenticated the > user credentials using post request before displaying the first html page. > so for the next html page, do i need to program the servlet to authenticate > again before displaying another html page? > > ___________________________________________________________________________ > 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 > Maulik Shah Software Programmer Avon Softech Pvt. Ltd., Hyderabad [EMAIL PROTECTED] -------------------------------------------------------- Feed Your Greed !!! Get your 10MB Free space only at http://www.forindia.com NOW! -------------------------------------------------------- ___________________________________________________________________________ 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
