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 Chriss Miller 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: *

  • Users: Overspeed
  • Content: Threads
  • Order by date
  1. Overspeed

    How to modify <select> value based on input from JS confirm window

    Hello, I have a <select> form field that uses the following JS: function remindMe() { if (document.getElementById('rec1pass').value == 'Night Season Pass') { confirm("Did you know it is a better value to but an Almost Anytime Pass? Click OK to change your selection."); return false; } } with...
  2. Overspeed

    Can JS pass a form SELECT value to a form HIDDEN value?

    Hello, I have a form with a <select> field named "shipping" which has 3 options. I need to add a hidden field type that will somehow grab the value of "shipping" and assign it to the hidden field "shipping2" when submitted. Seen below: <select id="shipping" name="shipping"> <option...
  3. Overspeed

    Using JS cookie to recall form fields - eliminate &quot;hidden&quot; fields

    Hello, I am using the following script to record inside a cookie form elements that can be recalled on a future visit. I works great but it is recording "hidden" fields as well as standard input fields and this causes big problems for its application. Here is the script: var expDays = 100; var...
  4. Overspeed

    Modifying form button style after two form selections made

    Hello all, This is my first time here and my first post so please bear with me as I an new to the world of JS. I have been asked to implement a "unique" function on a form on our Website. You see we are setting up a PayPal cart and we need to have 2 SELECT fields where users select their...

Part and Inventory Search

Back
Top