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

  • Users: Dalip
  • Order by date
  1. Dalip

    referencing a dynamically created textbox

    you can use eval to incorporate variables in any command. i.e amt = eval("window.document.CForm.text" + num +".value"); eval can be used to incorporate variables on the left hand side of command. i.e eval("window.document.CForm.text" + num +".value") =...

Part and Inventory Search

Back
Top