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 '' 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.
| JavaScript | Results |
|---|---|
The JavaScript Date class has MANY different methods which can be used. The following shows what results will be returned by these methods. The first line in the table assigns your current system time to the variable now which is then referenced by the remaining rows in the table:
| JavaScript | Results |
|---|---|
Some (like Firefox) browsers permit JavaScript to view what plugins are installed. If a browser supports the about: URL handler, it may also report information about the plugins when one specifies the about:plugins URL. Unfortunately, there are security issues which prevent us from giving you links to the "about:", "about:plugins" and "about:config" URLs, so you'll have to type them in by hand if you want to try them out.