You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/test/js/dom-doc-cookie.html

11 lines
197 B

<html>
<head>
<title>Show cookie</title>
</head>
<body>
<h1>Show cookie</h1>
<noscript><p>Javascript is disabled</p></noscript>
<p><script>document.write(document.cookie);</script>
</body>
</html>