зеркало из https://github.com/mozilla/gecko-dev.git
First Checked In.
This commit is contained in:
Родитель
6b58cc3d80
Коммит
248abc64a0
|
@ -0,0 +1,12 @@
|
||||||
|
<HTML>
|
||||||
|
<HEAD>
|
||||||
|
<TITLE>Launches the Java Console into a separate window.</TITLE>
|
||||||
|
</HEAD>
|
||||||
|
|
||||||
|
<SCRIPT>
|
||||||
|
window.open("ConsoleApplet.html", "", "resizable=yes,width=620,height=420");
|
||||||
|
window.history.back();
|
||||||
|
</SCRIPT>
|
||||||
|
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
Загрузка…
Ссылка в новой задаче