fur 2af8f4a686 (These files not built by any version of Navigator)
Initial check-in:
JSRef is migrating from /m/src JSFUN13_BRANCH to trunk /m/pub repository


git-svn-id: svn://10.0.0.236/trunk@583 18797224-902f-48f8-a5cc-f745e15eee43
1998-04-24 01:42:37 +00:00

20 lines
416 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 code="JSLoggerAsIFCApplet" width=500 height=300>
<param name="ApplicationClass" value="netscape.jslogger.JSLogger">
</applet>
</body>
</html>