Hi,
Is it possible to use timers in vbscript to get a section of code to repeat itself at particular intervals??? im trying to do this in the global.asa. :confused:
thanx.
Printable View
Hi,
Is it possible to use timers in vbscript to get a section of code to repeat itself at particular intervals??? im trying to do this in the global.asa. :confused:
thanx.
No.
The global.asa events are meant to only happen when the session begins and ends.
What are you trying to do exactly? (Be specific) Maybe there is an alternative.