gecko-dev/js/jsdj/jslogger/JSLogger.html

22 строки
507 B
HTML

<html>
<head>
<title>JSLogger</title>
</head>
<BODY BGCOLOR="#c0c0c0">
<script>
// force an init of moja (this is necessary)
java.lang.System.out.println("Starting JSLogger");
</script>
This applet will log JavaScript activity to <code>log.txt</code><b>
<applet archive="jslogger.jar"
code="com.netscape.jsdebugging.jslogger.JSLoggerAsIFCApplet"
width=500 height=300>
<param name="ApplicationClass" value="com.netscape.jsdebugging.jslogger.JSLogger">
</applet>
</body>
</html>