Browser JavaScript Information
When writing HTML/JavaScript code, one often has to deal with browser specific issues. This page displays information according to the JavaScript interpreter used by your browser.
If you are looking for a programmer's reference to the JavaScript language, try the following links:
Firefox will allow one to pull up a JavaScript console (Error Console) by pointing the browser at the special 'javascript:' URL.
When coding HTML/JavaScript, it is often desirable to have a JavaScript Console embedded within the web page as an aid for code debug and development.
The NST authors have developed the "NST JavaScript Console" for this purpose.