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 Wanet Telecoms Ltd 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 mggates39

  1. mggates39

    Variable passage from an onChange event function

    I see a couple of issues here. First the definition for myfonc is incomplete and has a typo in it. function myfonc() { document.write("j:",j); // not ok, j undefined document.write("toto:",toto); // not ok, toto undefined } notice the function and that I removed an...

Part and Inventory Search

Back
Top