Launch
[Beschreibung]
Fenster verändert ständig seine Grösse.
[Kompatibilität]
[Code]
<script language="JavaScript">
<!-- Begin // Copyright 2001 by www.CodeBelly.com // Do *not* remove this notice.
// To launch when the page loads, use an onload event in the body tag, like this: // <body onload="popMe()">
// Set the url of the popup window page. var U = "boinger-popup.html";
var X = 100; // x position var Y = 100; // y position var W = 200; // width var H = 200; // height
// Do not edit below this line. var s="resizable,left="+X+",top="+Y+",screenX="+X+",screenY="+Y+",width="+W+",height="+H; function popMe(){ var SGW = window.open(U,'TheWindow',s) } // End --> </script>
<a href="javascript:popMe()">Launch</a>
David Sosnowski
Kopieren Sie bitte den Code