| Author |
Servlet to html
|
sharjeel afzal
Greenhorn
Joined: Sep 30, 2009
Posts: 22
|
|
|
how a servlet redirected to a html page and set the html attributes.....
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
You'll need to use complete sentences and explain what you are asking a bit better. For example, what are "html attributes"?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
samir singha
Greenhorn
Joined: Mar 17, 2008
Posts: 23
|
|
|
You can redirect to a page from a servlet by using RequestDispatcher if want to redirect within the servlet container use response.sendRedirect("url") method to redirect to another server. which html attribute you want to set??
|
 |
 |
|
|
subject: Servlet to html
|
|
|