<body>
<input type="button" value="page1">
</body>
This is my page1.jsp
page,when i click on this i need to get the value in result.jsp
page without changing the browser header.
in my project i have 4 jsp pages named page1.jsp
,page2.jsp
,page3.jsp
and page4.jsp
when i click on any page, result should come in result.jsp
.
suppose if i clicked on page2
result should come in result.jsp
only,all pages have same input button value are page1,page2,page3 and page4
http://localhost:8080/TestProject/result.jsp
This is my browser header. thanks your help.