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 derfloh 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. an0n3099

    Passing a form to a link outside the form tags

    For future reference: function get_form(form, element_name) { for (i = 0; i < form.elements[element_name].length; i++) if (form.elements[element_name][i].checked) user_input = form.elements[element_name][i].value; alert(user_input); } onclick = "get_form(fClients, 'client_choice')
  2. an0n3099

    Passing a form to a link outside the form tags

    Yes that helped a lot. Thank you for the quick reply Dan.
  3. an0n3099

    Passing a form to a link outside the form tags

    I have a rather large web application I am developing and I'm trying to create a toolbar near the top of the page to make things more centralized and user friendly. Now the problem is that I have a form farther down in the page and I'm trying to get the current input selected (in this case a...

Part and Inventory Search

Back
Top