You can use several methods to get navigate this problem. The first method is to install netscape on the same machine and use both for debugging. The netscape javascript console available when typing javascript: in the address bar has helped me many times in debugging ie javascript problems. Netscape is also much tighter in detecting javascript errors.
Another method is to put javascript alert code inside the javascript function that you think is causing the problem and move the alert around the code until you have narrowed the area of the problem down. You need to know your page javascript well because you need to put the alert in the correct javascript function. Sometimes the alert method does not work because the javascript function never runs because of syntax errors but it has helped me in the past. Another method I use is to html comment out parts of the javascript code and use this like the alert display to narrow down an area of problematic code. Gary Bonde [EMAIL PROTECTED] Web/DB Administrator CECGeo Group www.cecgeo.org - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Gary Bonde" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
