netsurf/test/js/location-href.html
2015-09-20 10:35:32 +01:00

14 lines
235 B
HTML

<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>