|
I donīt know MX but canīt you use this:
In the head:
<SCRIPT language=javascript>
<!--
function openOutside ()
{open ("http://www.siteoutside.com","Outside","toolbar=no,directo ries=no,menubar=no,scrollbars=no,width=600,height= 300,resizable=no");}
//-->
</SCRIPT>
There the link should be in the body:
<a onClick=openOutside (); href="#Omstart"><b>Follow this link</b></a>
Edit:
If you have moore links you just add
function openOutside ()
{open ("http://www.siteoutside.com","Outside","toolbar=no,directo ries=no,menubar=no,scrollbars=no,width=600,height= 300,resizable=no");}
//-->
in the head but ofcourse change the value Outside to something else. In the body the same
Last edited by Hubbert; 02-21-2005 at 05:20 PM..
|