[BoingerWindow]

Launch

Fenster verändert ständig seine Grösse.

[Kompatibilität]

[zwischen <HEAD> und </HEAD>]

<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>

[zwischen <BODY> und </BODY>]

<a href="javascript:popMe()">Launch</a>

[Autor]

David Sosnowski

[Download]

Kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 0071