Hello all,

This is my first post to this group. I am new to Servlets. I have a simple
application where the User enters his/hers Username/Password. This is
passed on to the servlet which checks this combination in a table using
jdbc. In case the combination matches, the servlet uses
HttpServletResponse.sendRedirect(String URL) method. This works and I hope
I am calling the right method.
However, in case of a mis-match I want to display a web page showing the
error message and after a few seconds reload the original login-page. How
do I do the last part??

I am using Java Web Server 1.1.3 and JSDK 2.0 with Java 2 on a Windows 95
machine.

All help most appreciated.

Thanks,

Satish

___________________________________________________________________________
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