mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
22 lines
507 B
HTML
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>
|