|
Script Introduction
This script will redirect a viewer to your main page if they load one of your
interior pages without your frame navigation.
Cut and Paste Code: HEAD Section
This code should be placed between the <head> and </head> tags.
Installation Instructions
-
Paste the HEAD Section code from above between the <head> and </head> tags on your page.
-
Find the matching lines below in the script and change the text in red to
the URLs and text you wish to use:
top.location="http://yoursite.com";
document.write("<center><b>This page is part of a frameset. You will be redirected to our main page in 10 seconds so you can use our navigation, or click <a href='http://yoursite.com'>here</a> to go now.</b></center><p>");
-
Check the Format Window
to be sure you do not have one single line of code, or too many line breaks in the code.
Example
N/A
|