| Author |
Java Script not working before Jsp:forward tag
|
ssasi kumar
Greenhorn
Joined: Feb 23, 2011
Posts: 21
|
|
Hi everyone
in jsp page i putting javascript alert method before jsp:forward tag.its not called while calling jsp page.what is the reason can anyone explain this question
thanks and regards
sasikumar
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
Because JSP is executed on the server and JavaScript isn't executed until after the HTML page has been sent to the client.
Please read this article to understand how JSP operated.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Java Script not working before Jsp:forward tag
|
|
|