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