phpbar.de logo

Mailinglisten-Archive

AW: [php] Wo werden Cookies gespeichert.

AW: [php] Wo werden Cookies gespeichert.

Wolfgang Hauck php_(at)_phpcenter.de
Tue, 9 Apr 2002 12:55:50 +0200


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