JavaScript Error Handling for Beginners
Please, do not forget to read the small updates below on JavaScript debugging. Ya, that is important. Thanks!
First of all I will suggest moving to Firefox browser. There you will get JavaScript console
(Firefox: Tools->JavaScript Console) which is very useful for JavaScript debugging.
Old IE style error message box… (Continue)