Andreas
Fiddler is a great tool to have.  I think WebKit's Web Inspector has
surpassed it but was the only way to debug AJAX calls until then.  It
is good to know that IE6 can have this issue - I will check for it if
a similar error happens.
Bruce

--- In svg-developers@yahoogroups.com, "Andreas Neumann"
<[EMAIL PROTECTED]> wrote:
>
> Hi Bruce,
> 
> I just installed Fiddler. It is a nice tool. I did not know it. Thank
> you for the hint!
> 
> I was able to solve the issue partially. It has to do with caching. It
> seems that IE6/ASV and caching does not work fine - at least not on my
> Windows2000 system. I configured Apache2 to send a header that
> prevents the SVG file from caching. After setting this, I can reload
> the application multiple times fine without problems.
> 
> I added these two lines to my Apache configuration (directory context):
> 
> Header set Cache-control "no-store, no-cache, must-revalidate"
> Header set Pragma "no-cache"
> 
> Now I have to find out how to trick Apache to only do this when good
> old IE6 comes along and not for all the other browsers ...
> 
> Thanks,
> Andreas
> 
> --- In svg-developers@yahoogroups.com, "brucerindahl" <rindahl@> wrote:
> >
> > --- In svg-developers@yahoogroups.com, Peter Thompson
> > <plthompson2004@> wrote:
> > >
> > > Using your link, I get JScript runtime error: "'this.mapSVG' is null
> > or not an object line:73, column 1" on reload.
> > > 
> > > That is on Windows XP, IE 6, with ASVG 3.03.
> > > 
> > > Not that I know what's causing it. Just thought I'd report it since
> > others cannot reproduce it.
> > > 
> > > FWIW, it looks pretty good with Google Chrome.
> > >
> > 
> > This sounds like an incomplete load of one of the scripts.  Andreas -
> > do you have Fiddler installed on your windows box?  This would be the
> > best bet to see what is hanging up.
> > 
> > Bruce
> >
>



------------------------------------

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to