Home Answers Viewqa JSP-Servlet How to pass parametes from JSP page to HTML page?

 
 


Ashima
How to pass parametes from JSP page to HTML page?
1 Answer(s)      4 years and 8 months ago
Posted in : JSP-Servlet

View Answers

October 14, 2008 at 7:15 PM


Hi friend,


<html>
<head>
<title></title>
</head>
<body>
<jsp: forward page="ssParameters.jsp">
<jsp: param name="myParam" value="Amardeep Patel"/>
<jsp: param name="Age" value="15"/>
</jsp: forward>
</body>
</html>

ssParameters.jsp

<b>Name:</b> <%= request.getParameter("myParam") %>



I am sending you a link. This link will help you.


Visit for more information.

http://www.roseindia.net/jsp/


Thanks.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.