On Mon, 29 Oct 2012 10:16:41 +0000, 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 contains :
> 
>       <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
> "http://www.w3.org/TR/html4/strict.dtd";>
>       <HTML>
>       <HEAD>
>       <META http-equiv="Content-Type" content="text/html;     charset=utf-8">
>       <TITLE>console.log test</TITLE>
>       </HEAD>
>       
>       <BODY onLoad="console.log ('Hallo')">
>       <p>There should have been a console message 'Hallo'.</p>
>       </BODY>
>       </HTML>
> 
> 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 Firefox (as far as I know). If you want this to work
in SeaMonkey, you will need to install Firebug.

Phil

-- 
Philip Chee <phi...@aleytys.pc.my>, <philip.c...@gmail.com>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to