Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-13 Thread nyem
more troubleshooting ideas.. why don't you ask him to borrow somebody's pc to to check if the same error occurs if there are many external js files, you can merge it into one files instead I've come across a case, which might not be related here, that antivirus program blocked access to

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-13 Thread Sean
As we worked through it yesterday, I was to get an idea where the problem was coming from, specifically the Adobe specific getURL and parseXML, and thought maybe his viewer got corrupted on install or something. It must have, he reinstalled it and all is well. The most difficult thing was to

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Ronan Oger
Why dont you get him to also load FF and turn on the ecmascript debugger?, so you can see if you can catch the cause of the problem. Could it be something silly like you have multiple js source files and for some reason he is not getting one of them (serverside security for example, or your

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Andre M. Winter - Carto.net
hi, there may also be proxies involved. the hardcore-test is renaming (or copying) your main file. when clearing the IE-cache, you also need to call clear the viewed page before (e.g. call about:blank). another possibility is an old ASV-version. andre --

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Sean
Unless IE is caching somewhere I'm unaware of, it's not the cache. I've tried jacking my security level to the highest setting, but instead of any JScript runtime errors, which seems odd to me, running a javascript function, I just get nothing. Very strange. Sean Sean wrote: I'll look into

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Sean
Hi Andre, I had him try Start-Run-'cleanmgr' and I renamed the file, neither of which worked. I eliminated the global nature of the variables, and he now just gets Microsoft JScript runtime error: Object expected. Very non-descript. My errors, when they occur, name the variable and the

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Ronan Oger
Sean, I have never seen machine-specific errors. As André suggested in his previous email, you may be suffering from some cache effects with a cacheing proxy between your friend and the other your server. Ronan On Tuesday 12 September 2006 20:37, Sean wrote: Hi Andre, I had him try

Re: [svg-developers] microsoft jscript runtime error javascript object null

2006-09-12 Thread Sean
I checked his proxy settings in IE, nothing that might explain the issue. I also wrote benign text into the doc so he could view source and let me know if it were there, which it was, to me indicating he had an un-chached version. With regards to caching proxy between his computer and my