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

  1. Schizzo

    submit a form in netscape

    This script works on NS6, important is the id Attribut in the Form Tag, otherwise the function getElementById couldn't get the Form Object. <script> function SetOkCode(FormName) { FObject = document.getElementById(FormName); FObject.submit(); } <FORM name=&quot;PersonalData&quot...

Part and Inventory Search

Back
Top