summaryrefslogtreecommitdiff
path: root/test/js/dom-doc-location.html
blob: 822201d41ac045ac51dae270256f217004c04add (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>