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 strongm 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. johndoeherty

    Checkbox Status

    gph1 had the solution... <input type=&quot;checkbox&quot; onclick=&quot;if(this.checked){do_something(true)}else{do_something(false)}&quot;> function do_something(val) { if(val == 'true') the_other_form.value = 'the checkbox was checked' else the_other_form.value = 'the checkbox was NOT...
  2. johndoeherty

    about submit and parameters

    you could parse out key/value pairs from an input type submit (using location.href or location.search) <script>document.write(&quot;<form id=my_form action=&quot; + location.href + &quot;>&quot;)</script> <p>Choose your pizza:</p> <p> <input type=&quot;checkbox&quot; name=&quot;val_1&quot...

Part and Inventory Search

Back
Top