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

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