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!

Recent content by TexasChili

  1. TexasChili

    Is it possible to have 3 submit buttons in one frame or one submit...

    X-) To send multiple forms with one submit button, give each form its own name, then use an onclick command linked to a function containing multiple submit commands: <script language=&quot;javascript&quot;> function submitForms(){ firstform.submit(); //or document.forms[1].submit()...

Part and Inventory Search

Back
Top