Web Design - Bring page to front
Is there anyway I can bring my main page to the front automatically, so it is over the top of the banner ads?
as demonstrated here http://www.andyatherton.co.uk
Using java or similar?
Thanks
Andy
as demonstrated here http://www.andyatherton.co.uk
Using java or similar?
Thanks
Andy
Tried that one before, couldn't get it to work.
I have a DHTML Script that maximizes on entry, and I'm sure I've seen one that brings to front, but i cant find it
thanks anyway
Andy
I have a DHTML Script that maximizes on entry, and I'm sure I've seen one that brings to front, but i cant find it

thanks anyway
Andy
Easy, just add this javascript to the head of your page:
<script language="javascript">
<!--
if(top != self) {
top.location = 'http://www.yoursite.com/';
}
//-->
</script>
Should do the job
[Edited by legacyPete - 1/27/2002 8:36:09 PM]
<script language="javascript">
<!--
if(top != self) {
top.location = 'http://www.yoursite.com/';
}
//-->
</script>
Should do the job

[Edited by legacyPete - 1/27/2002 8:36:09 PM]
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM




