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 ?

Philip Taylor
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to