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 gkittelson 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. Lori713

    Reset Form to default values AFTER I've removed options

    Thank you, kaht! I had originally had the Reset button reload the page, but it takes a bit of time to do that with all the preloaded select boxes (it took more time than the customers would tolerate), so I will need to go with option 1. I will now put my efforts into creating arrays and such...
  2. Lori713

    Reset Form to default values AFTER I've removed options

    Howdy, I'm trying to set up my form so that the user can click on a Reset button to reset the form to the original values that were in the select boxes. However, it appears that while this works with most of my select boxes, there are a few that it isn't working on. I have a select box that...
  3. Lori713

    Delete options based on substring value

    Thank you, kaht and dwarfthrower, for taking the time to not only answer my question but to explain <b>why</b> my code wasn't working. I am still struggling to gain some mastery over Javascript and the explanations help me learn more about it. I appreciate it very much!
  4. Lori713

    Delete options based on substring value

    Howdy, I'm trying to delete options based on a substring of their value but my code will only delete the first option and no others even though they match the substring. The list in the select box will be dynamic so I can't always say "delete the first three options." I can control the value...

Part and Inventory Search

Back
Top