Tutorial: Using FrontPage with Radio Weblogs
How do I redirect a user to another page or site
Q. How do I redirect a user to another page or site?
A. You can use the following methods to redirect a user to another page on your site, another site, or simply to refresh the current page. This is accomplished using the META tags. There are two methods:
Method #1:
- Switch to HTML View
- In the <head> </head> section of your code, put:
<meta http-equiv="Refresh" content="4; url=nextpage.htm"> or <meta http-equiv="Refresh" content="4; url=http://www.xyz.com/">
content = is the number of seconds to wait before redirecting the page. url = is the page you want to send the user to. If you just want to refresh the page they're on, put in that page's name here.
Method #2:
- Choose Format, Background from the menu.
- Choose the Custom tab.
- In the System Variables Dialog, choose Add.
- In the Name field type Refresh.
- In the Value window type 4; url=nextpage.htm (Note: do not use quotes.)
Applies to:
FrontPage 2002 FrontPage 2000 FrontPage 98
—The FrontPage MVPs
© Copyright 2003 David Berry.
Last update: 1/20/2003; 8:24:16 PM.
All products and company names mentioned herein are the trademarks of their respective owners.
Microsoft® and FrontPage® are registered trademarks of Microsoft Corporation in the United States and/or other countries.
|