
July 14th, 2000, 11:21 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
I think this is what you are asking for, I got it from www.htmlhelp.com
"<META HTTP-EQUIV="refresh" CONTENT="n; URL=http://foo.bar/">
This is a so-called "meta refresh", which on certain browsers causes the document mentioned in the URL to be loaded after n seconds. This can be used for slide shows or for often-changing information, but has some drawbacks. In particular, if you use a value of zero seconds, the user can no longer go "Back" with his back button. He will be transferred to the specified URL, and when he presses "back" there, he will go back to the document with the refresh, which immediately redirects him to the document he tried to get away from."
You should use this between the <HEAD>...</HEAD> tags.
Good Luck! (:
|