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

<noscript><p>Javascript is disabled</p></noscript>
<script>
location.replace("location-enumerate.html");
</script>
</body>
</html>