2012-11-04 20:37:29 +04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Show cookie</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Show cookie</h1>
|
2016-02-04 18:11:19 +03:00
|
|
|
<noscript><p>Javascript is disabled</p></noscript>
|
2012-11-04 20:37:29 +04:00
|
|
|
<p><script>document.write(document.cookie);</script>
|
|
|
|
</body>
|
|
|
|
</html>
|