Redirect after interval

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

I would like to show users a page for about 10 seconds then redirect them to
another page

How can that be done?
 
From mind..

setTimeOut('js function here()', 10000 );

I use it sometimes to click an asp.net button via Get.. element id(<%=...
control.ClientID()... etc..
 

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

Back
Top