summaryrefslogtreecommitdiff
path: root/test/js/dom-doc-location.html
blob: a41c53c31bddf90d935952608f731795805735ff (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Document Location</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Document Location</h1>
<p><b>document.location.href:</b> <script>document.write(document.location.href);</script></p>
</body>
</html>