HTML-Code:
<script language="JavaScript">
<!--
var wx = window.outerHeight; wy =window.outerWidth;
//Netscape resizer
function sizer() {
if(document.layers) {
if ((window.outerHeight != wx) || (window.outerWidth != wy))document.location.reload()
}
}
if(document.layers) {
window.captureEvents(Event.RESIZE);
window.onresize = sizer
}
function init() {
sx = (document.layers)? window.innerWidth : document.body.offsetWidth;
sy = (document.layers)? window.innerHeight : document.body.offsetHeight-4;
ax=(sx/2)-220; ay=(sy/2)-130;
abx=ax+28; aby=ay+99;
open_win()
MM_goToURL('parent','flash_detection.htm');return document.MM_returnValue
}
function open_win() {
if (navigator.appName == "Netscape") {
if ( (navigator.userAgent.indexOf("Macintosh") > 0) || (navigator.userAgent.indexOf("Mac") > 0) ) {
mac = open("","gpmain","width="+(screen.width-20)+",height="+(screen.height-55)+",screenX=0,screenY=0,status=no,resizable=no,locationbar=no,menubar=no,scrollbars=no,titlebar=no,top=0,left=0");
} else {
mac = open("","gpmain","width="+(screen.width-10)+",height="+(screen.height-50)+",screenX=0,screenY=0,status=no,resizable=no,locationbar=no,menubar=no,scrollbars=no,titlebar=no,top=0,left=0");
}
mac.location.href = "front.htm";
}
if (navigator.appName == "Microsoft Internet Explorer") {
if ( (navigator.userAgent.indexOf("Macintosh") > 0) || (navigator.userAgent.indexOf("Mac") > 0) ) {
mac = open("flash_detection.htm","gpmain","width="+(screen.width-10)+",height="+(screen.height-50)+",status=no,resizable=no,locationbar=no,menubar=no,titlebar=no,top=0,left=0");
} else {
mac = open("flash_detection.htm","gpmain","width="+(screen.width-10)+",height="+(screen.height-50)+",status=no,resizable=no,locationbar=no,menubar=no,titlebar=no,top=0,left=0");
}
}
}
//-->
<!--
function Nwindow1(url)
{
var newWindow = window.open(url,'neuesFenster','width=750,height=450,top=170,left=120')
}
//-->
</script>