At 15.35 05/01/2001 -0800, you wrote:
>Is there any way to write to the js debug console in NS?
>This would be way better than havving to click on 50 Alert dialogs..

Hi, Doug. Have a look at this article:
http://developer.netscape.com/docs/technote/jsconsole.html

You can make the JS console pop-up when an error (or many errors) occurs, 
but there's no "javascript.console" object with a "write" method. For debug 
purposes (or whatever), you could use the Java console, though:

java.lang.System.out.println("What's wrong?")

Hope this helps..

TBlack


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to