Mozilla/mozilla/js/jsdj/jslogger/JSLogger.html
jband%netscape.com 948f6f521c (not part of client build) initial checkin of mozilla/js/jsdj (migrated from ns/js/jsdj)
git-svn-id: svn://10.0.0.236/trunk@10115 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-16 02:07:50 +00:00

22 lines
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>