"JTK" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dave Morse wrote: > > How do I write a javascript statement that writes to the javascript > > console? Something like: > > > > debug( "my favorite number is " + x ); > > ===> > > my favorite number is 6 > > > > Thank you.
> I think this is the wrong newsgroup (unless Mozilla makes you do things > completely differently), but the little I care to know about Javascript > comes from msdn.microsoft.com (search for "Windows Scripting Host"). > I'm sure there are plenty of tutorials out there on the web that are > orders of magnitude more worthwhile than anything MS has though. Search > Google. I thought _you_were_ aware that Microsoft did _not_ develop JavaScript, but instead its pathetic rip-off they call "JScript". JavaScript is indeed developed by mozilla.org (formerly by Netscape). It's also a standard, ECMA-262.
