Put in the head:
HTML
Should do it, havn't tested that though.
HTML
| Code: |
| <SCRIPT LANGUAGE="JavaScript"> <!-- if (top.frames.length != 0) { ver = parseInt(navigator.appVersion, 10); if ( ((navigator.appName == "Netscape") && (ver >= 3)) || ((navigator.appName == "Microsoft Internet Explorer") && (ver >= 4)) ) location.replace("http://www.yoururl.com"); else location = "http://www.yoururl.com"; }; //--> </SCRIPT> |
Should do it, havn't tested that though.
