Thema: nochmal !!!
Einzelnen Beitrag anzeigen
Alt 31.01.2002, 07:43   #2
MANX
Inventar
 
Registriert seit: 27.02.2001
Beiträge: 1.967


Standard

Hi!

So ungefähr:

Code:
<HTML>
<HEAD>
<TITLE>test</TITLE>
<META NAME="author" CONTENT="manx">
<META NAME="generator" CONTENT="Ulli Meybohms HTML EDITOR">
</HEAD>
<BODY>
<script LANGUAGE="Javascript">
var popupURL = "http://www.wcm.at";
var popup=window.open(popupURL,"EasySpacePopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=800,height=640');
// set the opener if it's not already set.  it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" )
{
                 popup.location = popupURL;
                 popup.opener = self;
}
</script>

</BODY>
</HTML>
Grüße

Manx
MANX ist offline   Mit Zitat antworten