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 Chris Miller 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. wallgecko

    error with request.form

    I found out the reason why. The Upload code contains Request.BinaryRead which causes an error subsequently if we use request.form. Now anyone knows how to solve it?
  2. wallgecko

    error with request.form

    line 86 <% Response.Write request.form(&quot;qty&quot;)%> previous page submission: <input type=&quot;text&quot; name=&quot;qty&quot;> This is the BinaryRead in the current file above line 86 <% Response.Buffer = True ' load object Dim load Set load = new Loader ' calling...
  3. 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
  4. wallgecko

    problem with form.submit()

    Actually, it doesn't work at all. In fact it even by passed the alert when I did not key in anything. Help?
  5. 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