|
RobinGoodfellow
|
 |
Posted: Sat May 05, 2007 10:05 pm |
|
 |
 |
 |
 |
Still no luck - but thanks for trying Connie.
..tom
|
|
|
|
Connie
| Joined: 26 Mar 2005 |
| Posts: 176 |
| Location: The Internet |
|
 |
Posted: Sun May 06, 2007 12:08 am |
|
 |
 |
 |
 |
Try this out:
<html>
<head>
<SCRIPT Language="Javascript">
if ( top.location.href.indexOf( "tomblair.org" ) != -1 )
{
top.location = "http://www.tomblair.org/TomsHomepage.html.html";
}
else if ( top.location.href.indexOf( "victorialeeblair.com" ) != -1 )
{
top.location = "http://www.victorialeeblair.com/VicsHomePage.html";
}
</SCRIPT>
</head>
<body>
This content is displayed if no match was found on the domain names listed in the js script.
</body>
</html>
|
|
|
|
|
RobinGoodfellow
|
 |
Posted: Sun May 06, 2007 2:53 am |
|
 |
 |
 |
 |
Works! Yeahhhh. Thank you Connie.
xxoo
..tom
|
|
|