javascript and jsp
Posted
by akellakarthik1254
on Stack Overflow
See other posts from Stack Overflow
or by akellakarthik1254
Published on 2010-04-19T23:43:29Z
Indexed on
2010/04/19
23:53 UTC
Read the original article
Hit count: 306
JavaScript
|jsp
i am new bee to java. i have a html which has a show users button, on clicking this button i should redirect the user to a users.jsp page. How do i achieve that. will a function like this will help
function msg()
{
alert("List of Users");<br/>
jsp:forward page="Users.jsp"<br/>
}
© Stack Overflow or respective owner