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 Mike Lewis 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. Joshshift

    easiest script not working, help

    try it out, put it in a browser, it just says error. my company is too cheap to buy me any type of debugging software, its all notepad for me.
  2. Joshshift

    easiest script not working, help

    still no workee
  3. Joshshift

    easiest script not working, help

    <html> <head> <script language="vbscript"> sub calc_onclick frm.result.value = (frm.xxx.value) + (frm.yyy.value) end sub </script> </head> <body <form method="post" action="" name=frm> <input type = "text" name = "xxx"> <input type = "text" name = "yyy"><br> <input type = "text" name =...

Part and Inventory Search

Back
Top