Click to See Complete Forum and Search --> : Timer in VBscript?


bolti
June 14th, 2001, 06:29 AM
Is this at all possible or will I have to use Java or Javascript

JUst wondering If anyone has any code to do a timer with either one of the two could you please send that to me or post it

Thanks

forty7
June 15th, 2001, 07:44 PM
what are you using the timer for?
which side? client or server?

common thing people want a timer for is to refresh a page. if this is what you're doing, this works:
&ltmeta http-equiv="REFRESH" content="30">
refreshes your page every 30 seconds





thanx/good luck,
adam