This requires the use of scheduled tasks, which generally work well on the server. This requires the use of scheduled tasks. First, assuming that the address of your program is http://1.0.0.8/a.asp, then you edit the following content:
Copy the code code as follows:
DI
Set IE = CreateObject(InternetExplorer.Application)
ie.navigate(http://1.0.0.8/a.asp)
ie.visible=1
Set IE=Nothing
Store it as a file with a vbs suffix, such as test.vbs.
Start the scheduled task service in Windows Management Tools-Services.
In Task Scheduler in Control Panel, double-click Add Task Scheduler.
Click Next.
Click Browse, find and select the VBS file you saved.
Select every day and click Next.
Click Next.
Enter your current user login password and click Next.
Click Done.
Find your new plan in the task plan and double-click it.
Click Advanced in the plan.
Check Show multiple plans.
Click Delete, then click New.
Change the start time to 3:00 and click New.
Change the start time to 8:50 and click New.
Change the start time to 18:00 and click OK.
After the plan is configured, add the following code to close the window at the end of your regularly executed program:
<script language=javascript>
window.opener='';
window.close();
</script>