Code that allows ASP programs to run automatically

Source: Internet
Author: User

This requires a scheduled task. Assume that the program address is "http: // 1.0.0.8/a. asp". Edit the following content: Copy codeThe Code is as follows:

Dim IE
Set IE = CreateObject ("InternetExplorer. Application ")
Ie. navigate ("http: // 1.0.0.8/a. asp ")
Ie. visible = 1
Set IE = Nothing
A file with a vbs suffix, such as test. vbs.
Start the "scheduled task" service in the windows Management Tool-service.
In "Task Scheduler" on the control panel, double-click "add Task Scheduler ".
Click "Next ".
Click Browse to find and select the VBS file you saved.
Select "Daily" and click "Next ".
Click "Next ".
Enter your login password and click "Next ".
Click "finish ".
Find the scheduler you created in the scheduler and double-click it.
Click "advanced" in "plan ".
Select "show multiple plans ".
Click "delete" and then "new ".
Change "Start time" to, and click "new ".
Change "Start time" to, and click "new ".
Change "Start time" to and click "OK ".
After the plan is configured, add the following code to close the window at the end of the program you regularly run:
<Script language = javascript>
Window. opener = '';
Window. close ();
</Script>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.