Adding timer control ot form

  • Thread starter Thread starter Colin Graham
  • Start date Start date
C

Colin Graham

Hi there,

Havent done much of this HTML / ASP.NET development so i hope someone
can help.

Basically i need to create some type of timer on my page and display 4
different labels with a message every 7 seconds. finally i need to
call a function at the end of the 28 second phase.

not sure about how to go about this i.e., should i use the meta
refresh and set a count or something ????

Thanks in advance

Colin
 
Check out the JavaScript setTimeout() function.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Back
Top