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. drose00

    Multiple Values in a Select Option

    I'm trying to pass multiple values when a user selects one option is a select menu. This would be the wrong version: <select name="wrong"> <option>Select one</option> <option value="bob" value2="dole">1</option> <option value="george" value2="bush">2</option>...
  2. drose00

    Form Value Replacement

    Thanks! That's what I needed!
  3. drose00

    Form Value Replacement

    I'm new to forms/javascript and I need to have a value in a value in a form get text (mirror) from a value in a text field. This is the code I have currently: <p> <input type="text" id="txtTotal" size="8"/> </p> <input type="hidden" name="string" value="txtTotal.getText();"> I know this is...

Part and Inventory Search

Back
Top