![]() |
![]() |
|
![]() |
![]() |
|
Internet Rat & Tat bei Internetproblemen |
![]() |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Des moch ma in da Post...
![]() Registriert seit: 24.10.2001
Beiträge: 2.451
|
![]() 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 ????????
![]() ![]() ![]()
____________________________________
thanks D|C .::: DARKCOBALT :::. |
![]() |
![]() |
![]() |
#2 |
Inventar
![]() Registriert seit: 27.02.2001
Beiträge: 1.967
|
![]() 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> Manx |
![]() |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|