Note: Some links as well as the Submit Button are Intentionally Crippled due to abuse. We have left the board up for teaching and learning.
Posted by carol on October 13, 2002 at 00:11:19:
In Reply to: need help posted by vinai on October 10, 2002 at 22:02:54:
I did a search on google and from this link
http://www-3.ibm.com/software/webservers/appserv/doc/guide/asgusing.html
I got this information
I hope it helps
Invoking a servlet within a JSP file
You can invoke servlets from within JavaServer Pages (JSP) files. See Developing JavaServer Pages (JSP) for a complete description of the JSP syntax.
To invoke a JSP file:
Use a Web browser to open the JSP file
Invoke a servlet that invokes the JSP file
: i want to transfer the value from select box to the scriplet tag for jsp in the same form without refreshing
: ex:
: assume >> document.f1.select1.value="hai"
: <%
: i want to store the value in a variable
: %>