PDA

View Full Version : Writing to NS6 JavaScript Console


wac
10-16-2002, 05:40 PM
Has anyone tried to write (text) to the javascript console window?
I've got a script which writes trace data to a window.
I was thinking of converting it to use the Javascript console, so that its only there if someone wants to display the console window.

jkd
10-16-2002, 05:54 PM
I *think* the window.dump('bla') method does this, but it doesn't seem to do anything in a 1.2 nightly I'm using....