How to load temp page for a few seconds and then redirect to another page

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

I want to load a temp page for a few seconds such as when a use logs in, let
it have for a few seconds, and then have it automatically redirect to
another page. How is this done?
 
Hi,

this is redirection so it occurs at client-side basically (in this case).
Using META tag you can make timed redirect which occurs at client side (say
redirection happens after 5 seconds).

See:
http://www.indiana.edu/~wmhome/tool_guide_info/refresh_metatag.shtml

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke

I want to load a temp page for a few seconds such as when a use logs in, let
it have for a few seconds, and then have it automatically redirect to
another page. How is this done?
 
Back
Top