Mailinglisten-Archive |
Hi Jochen,
>Mhm, das konnte noch gehen....hast du da ein Codeschnipsel??
Ist vielleicht nicht genau das was du brauchst, aber das Prinzip duerfte klar werden:
<html>
<head>
<title>Initialisierung</title>
<meta name="description" content="Startseite zur Ermittlung der Bildschirmeinstellungen">
<script language="JavaScript">
<!--
function toframe()
{
document.cookie = "screenwidth = " + screen.width + ";";
document.cookie = "screenheight = " + screen.height + ";";
document.cookie = "screenheight = " + screen.height + ";";
document.cookie = "screenavailWidth = " + screen.availWidth + ";";
document.cookie = "screenavailHeight = " + screen.availHeight + ";";
var locate = "frameset/framestart.php3";
parent.location.href=locate;
}
if(top.frames.length > 0)
top.location.href=self.location;
//-->
</script>
</head>
<body onLoad="toframe()">
</body>
</html>
MFG Wolfgang
php::bar PHP Wiki - Listenarchive