Next: Writing small scripts
Up: JavaScript: Formal Syntax
Previous: JavaScript: Formal Syntax
- You must include in an HTML page.
- Interpreter is part of the browser.
- Browser is able to debug the script and can display errors:
- Netscape Navigator
- : type javascript in Location box -- A
console will appear which will display the errors, although they may not be stunningly
useful.
- Internet Explorer
- : upon a script error -- opens a popup window with details of
the error.
Dave Marshall
9/28/2001