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
