Archive

Posts Tagged ‘begin’

JavaScript Error Handling for Beginners

Mar 30th, 2007

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 will not give the correct line number [...]