| Author |
Servlets calling HTML
|
Prasanna Santosh
Greenhorn
Joined: Mar 12, 2010
Posts: 5
|
|
Hey there, i just created two Html pages, once the user enters information in the first page, the servlet is called and username/password is verifed, upon success i should display second html file
How can this be done ?
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
Please be sure to take the time to compose descriptive subjects for your posts; read this for more information.
Using a title of "Servlets" in a forum completely dedicated to questions on Servlets isn't very helpful.
Please go back and change your post to add a more meaningful subject by clicking the
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
|
|
You can forward, or you can redirect. As it's an HTML file rather than a JSP, a redirect is best as a forward is pretty useless in that scenario.
|
 |
 |
|
|
subject: Servlets calling HTML
|
|
|