mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
15 lines
229 B
HTML
15 lines
229 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Launching the Java Console.</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
|
|
<SCRIPT>
|
|
window.open("ConsoleApplet.html", "__MRJ_JAVA_CONSOLE__", "resizable=no,width=600,height=400");
|
|
window.history.back();
|
|
</SCRIPT>
|
|
|
|
</BODY>
|
|
</HTML>
|