Wednesday, January 29, 2003

tracking down javascript errors in ie today. first of all in ie when you get an error double click the little caution icon in the status bar. then you often have to use the previous button to get to a meaningful error (usually the last error is on line 1 where there is no code) and then use ctrl-g in notepad (win 2k pro) to get to the line. also in dreamweaver mx ctl+' will do braces matching in javascript, and it has code insight for custom libraries (struts in my case).