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-location.html

12 lines
306 B

<html>
<head>
<title>Document Location</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Document Location</h1>
<noscript><p>Javascript is disabled</p></noscript>
<p><b>document.location.href:</b> <script>document.write(document.location.href);</script></p>
</body>
</html>