asp_web_howto thread: How to display results and then redirect the page
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
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
|





