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

  • Users: schroom
  • Content: Threads
  • Order by date
  1. schroom

    onLoad, and onChange

    I have the following code as an onChange, and would like to also have it as onLoad as onChange it is: onChange="return (isAgeAtRetirement(this, termDtYr, termDtMn, termDtDy) and trying as onLoad: ...
  2. schroom

    cookie problems - need more then 1

    I have 1 cookie working, but now need 2 for the same site. how would I give the cookies names so that I get two cookies and/2 popup pages? I have the following in my html page: function checkCount() { var count = GetCookie('count'); if (count == null) { count=1...
  3. schroom

    last modified script

    Does anyone know of a good last modified or updated cfscript?

Part and Inventory Search

Back
Top