I am not sure it helps but :

* Do you reload the same svg ?
* My experience with Safari and ASV is that it does
not cache as IE and indeed sometime does not actually
reloads documents that have changed on the server.
* maybe try to change the name of the svg on the server.

JD


beauxcphus wrote:

>Hey all,
>
>I cant find the answer in the logs.. .
>
>I have a page with a javascript set to refresh an <object> SVG 
>every .5 sec. -works fine on windows IE with adobe SVG plug.
>
>when i open it on a mac in safari with adobe SVG. it displays fine, 
>but the refresh does not work. (i also get an 'Unrecognized DOCTYPE 
>declaration' error)
>
>any ideas? 
>
>here is the code:
>
><html>
>
><head>
><script language="JavaScript"><!--
>
>function refreshIt() {
>document.Counter.setSrc("Counter.svg");
>setTimeout('refreshIt()',500); // refresh every .5 secs
>}
>
>//--></script>
></head>
>
><body onLoad=" setTimeout('refreshIt()',500)">
>
><object type="image/svg+xml" data="Counter.svg"
>        name="Counter" width="100%" height="100%">
></object>
>
></body>
></html>
>
>
>
>
>
>
>
>-----
>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
>
>
>
> 
>
>
>
>
>
>  
>



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
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/

<*> 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