Hello Erik, I had already find your example, which demonstrate only html-svg- html, not svg-html-svg (IMHO).
i found my prefered example here : http://svg-whiz.com/svg/interdoc/html-svg.html I found it using FFX, and i downloaded it on my local disk. When i tested it with Opera, it doesn't work. At loading,I get "The GetSVGDocument interface is not supported" message, not with FFX. In fact, searching url to answer your asking, i tested it in line with opera and ... it works with Opera too. I converted the example in php to be sure, and it works too with opera. Testing more in local file system, it works with FFX ... for one click. Sorry for that mistake. So, following these syntax, i should provide svg for IE/FFX/Opera. A dream ... And now, trying my svg generated code working with FFX3b, with Opera I have a type mismatch error at objet = evt.target.getAttributeNS(null, "id"); (syntax recommanded in http://jwatt.org/svg/authoring/ i decided to follow ... and works well for FFX) that i can replace by (as i can see in the example code) objet_temp=evt.target; objet=objet_temp.id; but somewhere in my code, i have to use getAttributeNS to parametrize the attribute's name to factorize my code ... so thanks to avoid me to go deeper in that bad way ... I have to work more to be compliant with Opera ... So it is late now ... Nice to read you Philippe --- In [email protected], Erik Dahlström <[EMAIL PROTECTED]> wrote: > > On Mon, 18 Feb 2008 22:45:50 +0100, philsvg <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > Thanks for your answer Andreas. > > > > Concerning Opera, yes it should, but i can't found a simple example > > that shows Opera can communicate in html-svg-html mode. > > Like Andreas said it should work just like in Firefox (here are two > examples that show html<->svg communication): > > http://jwatt.org/svg/demos/scripting-across-object.html > http://jwatt.org/svg/demos/scripting-across-embed.html > > The svg wiki also has some examples: > > http://wiki.svg.org/Inter-Document_Communication > > If given the choice I would use <object> rather than <embed>. > > > The example i found which demonstrate FFX can do it doesn't work with > > opera (i didn't try beta version). > > I would like to see how that looks like, do you have a link, or could you > post the source? > > Cheers > /Erik > > -- > Erik Dahlstrom, Core Technology Developer, Opera Software > Co-Chair, W3C SVG Working Group > Personal blog: http://my.opera.com/macdev_ed > ----- 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/

