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

<script>
location.replace("location-enumerate.html");
</script>
</body>
</html>