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 wOOdy-Soft 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: wallgecko
  • Content: Threads
  • Order by date
  1. wallgecko

    error with request.form

    what is wrong and how do I solve it? Error Type: Request object, ASP 0207 (0x80004005) Cannot use Request.Form collection after calling BinaryRead. /cs/insert.asp, line 86
  2. wallgecko

    problem with form.submit()

    I can't get this script to work, what went wrong? <script> function check(){ if(form1.textfield.value==&quot;&quot;){ alert(&quot;Fill it in&quot;); } else{ form1.submit(); } } </script> <form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;another.asp&quot;> <input...

Part and Inventory Search

Back
Top