[WSG] javascript errors still

2010-08-03 Thread Marvin Hunkin
hi. did any one take a look at my code. i sent yesterday? uninstalled internet explorer 8. then reinstalled it. went to the security zone. could not seem to set it to 40% and went to the custom link. made sure that previous active ex, did not need to prompt. and enabled it. went to the internet

Re: [WSG] javascript errors still

2010-08-03 Thread Steven Tan
Hi Marvin, As for your pasted code, unfortunately it's very difficult to debug without actually running the application and see how the error occurs. What you can do maybe is to try the IE8 Developer tools (I haven't used it much), and see if the error happens on a certain line number, then

Re: [WSG] javascript errors still

2010-08-03 Thread Josh Godsiff
Hi Marvin I haven't had a chance to go through your code properly yet, but glancing through it, I'll suggest that the jQuery http://jquery.com javascript library could help in making your code a great deal more simple, and less likely to have bugs. Also, Steven - why would a web-server be

Re: [WSG] javascript errors still

2010-08-03 Thread Steven Tan
Josh, Mainly to rule out any problems that has to do with running scripts off the filesystem, since Marvin mentioned something about setting his security zone in IE. IE is quite picky about those things. Steven On 04/08/2010, at 3:01 PM, Josh Godsiff wrote: Hi Marvin I haven't had a