Trigger ASP page

S

Shahid Juma

Hi,

I was wondering if it is possible calling an ASP page automatically at a
certain time. Kind of how a job is scheduled in SQL Server.

Thanks,
Shahid
 
S

Shahid Juma

hi,

I have a vbs script that I have scheduled in the task manager to execute at
a certain time. However, in this script I had a call to a JScript function
but when I include and run the task, I get an error.

How do I include this in the vbs file?

------
function GetUnixTime(strDate) {
if (strDate) {
return new Date(strDate).valueOf();
}
else {
return 0;
}
}
-------

Thanks,
Shahid
 
B

Bob Barrows [MVP]

You should ask this in one of the .scripting newsgroups. I'm not sure how
you would do this in a vbs file. I'm sure one of the scripting experts will
know.
 
G

Guest

Error?

Shahid Juma said:
hi,

I have a vbs script that I have scheduled in the task manager to execute at
a certain time. However, in this script I had a call to a JScript function
but when I include and run the task, I get an error.

How do I include this in the vbs file?

------
function GetUnixTime(strDate) {
if (strDate) {
return new Date(strDate).valueOf();
}
else {
return 0;
}
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top