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 Chris 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: *

  1. Tyrrell

    document.getElementById problems

    Hi, I'm writing a script and am having trouble referencing text boxes using getElementById. If I pass the id as a variable it fails. So... document.getElementById("ABC").value; works but var useMe = "ABC"; document.getElementById(useMe).value; does not work I've included the important...

Part and Inventory Search

Back
Top