Hi,
  Thanks for the reply.
  It doesn't work, neither from a server nor locally.
  And if I remove the <?xml> and <!DOCTYPE> tags, it doesn't work, even locally.
  It seems to be related to te IE7 Internet paremeters. Does anyone know what 
to do ??
  Thanks.
  Julie
  

ddailey <[EMAIL PROTECTED]> a écrit :
          Hi Julie,

>The following svg code works with IE6 and not with IE7

It (sans the <?xml> and <!DOCTYPE> tags) works fine for me from localhost in 
IE7(with ASV3.03), Opera and Firefox.

If it is working from your local machine for you but not from a server, then I 
suspect it may be related to some other troubles people are seeing with IE7 
(see the threads "target in IE 7" and "view source in IE 7" in this forum 
within the past month). At least the problem sounds similar to me.

If it's not working even locally for you, then try erasing your <?xml> and 
<!doctype> tags.

David

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

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 
1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>
<svg width="100px" height="100px" viewBox="0 0 100 100"> 
<script type="text/ecmascript">
<!--
function displayData(){
dataWindow=open
('','','toolbar=0,directories=0,menu=0,scrollbars=1,location=0,resizab
le=1,status=0,top=400,left=300,width=600,height=200,menubar=0,dependen
t=1,hotkeys=0');
dataWindow.document.open();
dataWindow.document.write("<HTML><HEAD><TITLE>My title");
dataWindow.document.write("</TITLE></HEAD><BODY onBlur='window.close
();' style='font-family: Arial;'>");
dataWindow.document.write("bla bla bla");
dataWindow.document.write("</BODY></HTML>");
dataWindow.document.close();
}
-->
</script> 
<g onclick="displayData();">
<a href="">
<text x="20" y="20">test</text>
</a>
</svg>

[Non-text portions of this message have been removed]



         

                
---------------------------------
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses.

[Non-text portions of this message have been removed]



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