Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kirankulkarni

    submitting a form twice

    I have a form that should have two submit buttons. One to post the data to the database, and the other to carry certain variables over to the next page. Problem is, only one works. It seems the same form will not be posted twice. e.g. <form name=name method=post> <some fields here> <input...
  2. kirankulkarni

    &quot;if&quot; condition based on form submit

    I have a function which i want to call on the submit of a form. e.g. <form> some code <input type=submit name=somename onClick=document.form.action=page2.jsp> <% if (here i want the code that says implement &quot;if&quot; if the submit button is pressed). I'm trying...
  3. kirankulkarni

    javascript variable in jsp string

    I have a &quot;var&quot;. How can i get its value in the form of a string in JSP ? e.g. <script> var x = 'something'; </script> <% String y = &quot;???&quot; %> I want the value of x in string y. Thanks for your help
  4. kirankulkarni

    passing javascript event to JSP code

    I have a javascript function that opens a different page depending upon user selection from a combo box. I want to capture the result of that function in a string. e.g. <select name=&quot;abc&quot; onchange=&quot;JavaScript:ChoiceSelection(options[options.selectedIndex].value);&quot;>...

Part and Inventory Search

Back
Top