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 Shaun E 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: Joshshift
  • Content: Threads
  • Order by date
  1. 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