summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/open.html
blob: 97eb9b76e1d4c83fa8d1b30c74fd1f1fd07a5c80 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<script>
var target = window.location.hash.substring(1);
document.write("target=" + target);
window.open("navigation_target_popup_url.html", target, "width=10,height=10");
</script>
</body>
</html>