console.log ()

2012-10-29 Thread Philip TAYLOR
I was unaware until today of the existence of the JavaScript function "console.log ()" and am now trying to use it w/out success : http://web-consultants.org.uk/tests/console.log.html which contains : "http://www.w3.org/TR/h

Re: console.log ()

2012-10-29 Thread Philip Chee
On Mon, 29 Oct 2012 10:16:41 +, Philip TAYLOR wrote: > I was unaware until today of the existence of the JavaScript function > "console.log ()" and am now trying to use it w/out success : > > http://web-consultants.org.uk/tests/console.log.html > > which

Re: console.log ()

2012-10-29 Thread Philip TAYLOR
Philip Chee wrote: On Mon, 29 Oct 2012 10:16:41 +, Philip TAYLOR wrote: According to : https://developer.mozilla.org/en-US/docs/DOM/console I should be seeing "Hallo" in the Error Console, but I am not (I am seeing nothing) : where am I going wrong ? This only works in Firef

Re: console.log ()

2012-10-29 Thread Hartmut Figge
Philip TAYLOR: [https://developer.mozilla.org/en-US/docs/DOM/console] >So was supported really terminated in Seamonkey post V2.9 ? It works on SM 2.16a1 when browser.dom.window.console.enabled is set to true. Hartmut ___ support-seamonkey mailing list

Re: console.log ()

2012-10-29 Thread Philip TAYLOR
It works ! Vielen dank, Hartmut. Philip Taylor Hartmut Figge wrote: Philip TAYLOR: [https://developer.mozilla.org/en-US/docs/DOM/console] So was supported really terminated in Seamonkey post V2.9 ? It works on SM 2.16a1 when browser.dom.window.console.enabled is set to true. Hartm