WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Internet (http://www.wcm.at/forum/forumdisplay.php?f=8)
-   -   nochmal !!! (http://www.wcm.at/forum/showthread.php?t=44777)

darkcobalt 31.01.2002 02:06

nochmal !!!
 
wenn ich eine html-datei aufrufe, wie kann ich dann dem browserfenster sagen wie groß es sein soll (pixel!!!). ein befehl der in ie und netscape funktioniert !! WO und vorallem welche TEXTZEILEN muss ich verwenden ????????

:confused: :confused: :confused:

MANX 31.01.2002 07:43

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


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:02 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag