How to pass parametes from JSP page to HTML page?

How to pass parametes from JSP page to HTML page?

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 Tutorials/Questions & Answers:
How to pass parametes from JSP page to HTML page? - JSP-Servlet
how to pass form values from javascript of html page to jsp page
Advertisements
How to pass the value from controller to jsp page ?
How to pass Array of string from action class to jsp page
how to pass input from radio button to jsp page
how to pass input from radio button to jsp page
how to pass input from radio button to jsp page
How to pass an arraylist from servlet to jsp?
How to pass multiple values from a servlet to JSP?
how to pass string array from action class to jsp page? pls reply me.
how to pass variable from simple java main class(not servlet) to the jsp page?
how to pass an array from one jsp to another jsp - JSP-Servlet
Pass parameters from JSP to Servlet
[JSP] How to pass back ID to previous page.
How can i pass the valus from a JSP to the action class???
how can we pass parameters from jsp href to another servlet
How to redirect from a HTML page?
Pass value from JSP to JavaScript
how to pass values from 2nd page tp 3rd page....
How to pass and catch HTML parameters to a Java program using REST services?(without using servlet/jsp)
how to pass the mutiple values from <Ui:datagrid hyperlink - JSP-Servlet
how to retrieve text and images from mysql database and show on html page using jsp servlet
how to pass the mutiple values from <Ui:datagrid hyperlink - JSP-Servlet
how to pass arraylist data from one jsp to another jsp - JSP-Servlet
How to chage content in HTML pages?
Pass a dom object from jsp to servlet
Get values from JSP pages - JSP-Servlet
How to retrieve array values from html form to jsp?
Pass value of rasio button from jsp page to action class(not conventional problem)
how to give link from jsp to jsp page
how to give link from jsp to jsp page
how to retrive data grom database in jsp pages.
How to extract HTML elements from a page?
How to extract HTML elements from a page?
how to add the calendar to the dynamic rows in html or jsp page - JSP-Servlet
Data fetching from JSP or HTML - JSP-Servlet
Example program to pass value from Html to java script
How to read and display data from a .properties file from a jsp page
HTML pages.
Create Web Page with jsp
how to call servlet from html page at anchor tag ?
JSP Tutorials - Page2
Include Static HTML Page in JSP
How to pass javascript variable in Scriplet of JSP?
Link from html to jsp - Development process
Loading a jsp page (with record from database) from another jsp page
How to pass value from dijit.Tree to dijit.MenuItem - Ajax
Java Pass Value Example
Calling a jsp page from Servlet
I'm trying to pass counter data to another HTML page.

Ads