Redirect Page
If you change your Web site location, you can set up a page to
automatically redirect, or "splash", your visitors to
the new location. This occurs by manually inserting a small bit
of JavaScript code into the header of a Web page.
To make a Web page redirect to another page:
- Open the page you want to insert the redirect (the page you
want to redirect people away from and to your new page).
- Delete everything on the page (from the design view).
- Copy this code:
<META
HTTP-EQUIV="REFRESH"
CONTENT="1; URL=http://www.mtholyoke.
edu/yourpath"> |
- Paste the above in your HTML code BEFORE the </HEAD> tag.
- Edit the URL so that it reflects the new location you want your
users to be redirected to.
- In the design view of your page, insert text that tells your
users the page location has changed and provide a link to the
new location.
|