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 TouchToneTommy 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: Mase571
  • Content: Threads
  • Order by date
  1. Mase571

    Wierd Javascript Error When passing a value

    Hi I am passing a value from the selected item in a dropdown list to a hidden field (00N200000013PAx). This is the code: function onChange(){ var Current = document.destin.procedure.selectedIndex; document.form.00N200000013PAx.value = document.form.procedure.options[Current].value; }...

Part and Inventory Search

Back
Top