repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git]
/
docshell
/
test
/
navigation
/
open.html
blob
1bb70f865b22149d8d38fb4a8b048ce278add06c
1
<html>
2
<body>
3
<script>
4
var
target
=
window
.
location
.
hash
.
substring
(
1
);
5
document
.
write
(
"target="
+
target
);
6
window
.
open
(
"data:text/html,<html><body>This is a popup</body></html>"
,
target
,
"width=10,height=10"
);
7
</script>
8
</body>
9
</html>