Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: How to display results and then redirect the page


Message #1 by dirosky@h... on Fri, 3 May 2002 15:13:49
I have an asp results page and would like to display the results for 20 
seconds and then redirect the user to another page. Any one done this 
before? Thanks
Message #2 by "phil griffiths" <pgtips@m...> on Fri, 3 May 2002 15:20:18
Use an html meta refresh tag in your <head> like this:
<META HTTP-EQUIV="Refresh" CONTENT="20;URL=http://www.some.org/some.html">

HTH
Phil
> I have an asp results page and would like to display the results for 20 
s> econds and then redirect the user to another page. Any one done this 
b> efore? Thanks

  Return to Index