View Single Post
  #2 (permalink)  
Old 08-05-2007, 06:29 AM
oregon oregon is offline
Member
 
Join Date: Jul 2007
Posts: 41
oregon is on a distinguished road
If you want to get the values of a form use the following where "test" is the name of the input (in your case a text field not textbox):

Code:
<%= request.getParameter("test") %>
Reply With Quote