summaryrefslogtreecommitdiff
path: root/test/js/location-href.html
blob: 28a9e3c02594f3aadbb440539be819182f7045f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>location interface href</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>location interface href</h1>

<script>
location.href = "location-enumerate.html";
</script>
</body>
</html>