Printable View
Is it possible to trap errors in Javascript? Haven't used it that much:(
You can use try catch syntax, just like with Java or other languages.