Greetings spurious!
Basically, you will want to put the following meta tag into the header
section of your code:
<meta http-equiv="refresh"
content="0;URL=http://www.yoursite.com/index2.html">
The number after "content" is the number of seconds before the browser
refreshes the page. In the above example the browser would go to the
new page right away.
The URL listed in the above meta tag is the new page that the browser
will go to when it refreshed.
With Dreamweaver you should be able to open the document you want to
refresh, choose Insert, Head Tags, Refresh, and then enter the delay
(number of seconds) and the link. Or you can manually edit the source
code.
For some more info on using the refresh meta tag:
"Introduction to META tags at Dreamweaver FAQ.com":
http://www.dwfaq.com/Tutorials/Miscellaneous/more_metas.asp
"Document Headers in Dreamweaver":
http://www.webdevelopersjournal.com/articles/dreamweaver_document_headers.html
As noted on the following page, "If the redirect happens quickly (less
than 2-3 seconds), your readers can't hit the 'Back' button. This
annoys many people."
"Meta Refresh Tag - Redirecting Your Customers":
http://webdesign.about.com/cs/metatags/a/aa080300a.htm
"How to retire a page":
http://caheinfo.wsu.edu/Webtips/refresh.html
I hope this information is helpful. If you would like for me to
clarify any part of my answer or further research your question,
please let me know before issuing a rating (and please indicate the
version of Dreamweaver you are using). Thanks!
leep-ga
some search strategy used:
dreamweaver HTTP-EQUIV="REFRESH" |