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 Mike Lewis 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. scubab321

    Javascript function to enable textfield on dropdown select

    superb. works like a charm. thanks a lot.
  2. scubab321

    Javascript function to enable textfield on dropdown select

    Thank you for your fast reply. However, what I had in mind (and forget to put down in thread) was a function written with DOM. Find all selects in the form, for all selects if value 'Others' is selected than whatever next text field is get enabled. I mean, can this be rewritten with DOM in mind?
  3. scubab321

    Javascript function to enable textfield on dropdown select

    This script works to enable the textfield 'otherz' from 'D1' select option 'Others'. HTML <select size="1" name="D1" onChange="dis_able()"> <option>Category A</option> <option>Category B</option> <option>Category C</option> <option value="Others">Others</option> </select>...

Part and Inventory Search

Back
Top