mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
108 B
HTML
8 lines
108 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
window.open("http://example.com/" + location.hash, "foo");
|
|
</script>
|
|
</body>
|
|
</html>
|