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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by htmlcrafter

  1. htmlcrafter

    Reference CF Variables in Javascript

    I think that you will have to put your value into a hidden field. Then javascript can access the field if it is within a <form> and it has a name. <script language = &quot;javascript&quot;> myvar = document.main.myvar.value; </script> <form name=&quot;main&quot; .....> <input...

Part and Inventory Search

Back
Top