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

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