javascript and jsp
- by akellakarthik1254
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/>
}