repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
plugin
/
oji
/
MRJ
/
testing
/
ConsoleApplet
/
LaunchConsole.html
blob
553a6888d4b8c85bca083f8ada1fa784c25f17df
1
<HTML>
2
<HEAD>
3
<TITLE>
Launching the Java Console.
</TITLE>
4
</HEAD>
5
6
<BODY>
7
8
<SCRIPT>
9
window.open(
"ConsoleApplet.html"
,
"__MRJ_JAVA_CONSOLE__"
,
"resizable=no,width=600,height=400"
);
10
window.history.back();
11
</SCRIPT>
12
13
</BODY>
14
</HTML>