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 Rhinorhino 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 polarbear1

  1. polarbear1

    Automatic actions in ASP

    Your best bet is to write a script in VBScript that is authored to be run through Windows Script Host (WSH) as a .wsf file. Depending on your OS, WSH is probably already installed. For the scheduling, you should create a .bat file that runs cscript.exe using the .wsf file as input. (Cscript.exe...
  2. polarbear1

    Expected 'End'

    The other prob you've probably run into is that you're checking for <%if request.form(&quot;topic&quot;) = &quot;&quot; or request.form(&quot;topic&quot;) = nothing then %> The 'nothing' in this statement is an object reference. If you change the above to: <%if request.form(&quot;topic&quot;)...

Part and Inventory Search

Back
Top