I want to make network requests from a standalone svg document for FF and IE6/ASV3.03.Is there a wrapper object somewhere for the 2 situations?
Correct me if i am wrong. Coding for FF i can use right away the XMLHttpRequest Object from the svg document. Coding for IE i must use postURL-getURL methods for ASV,not XMLHttpRequest Object from the svg document. --- In [email protected], "Martin Honnen" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "chmavrog" <chmavrog@> wrote: > > > if i want to send the dynamically created elements inside a g > > element,using postURL-getURL (IE6ASV3) and XMLHtTPRequest (FF) does my > > svg main page have to be embed in an HTML page? > > > > or > > it can be used as a standalone (e.g http://localhost/UMLDesigner.svg) > > In that case can i use the above objects? > > postURL/getURL are implemented by some SVG viewers (Adobe SVG viewer, > I think Batik supports getURL too) so you do not need any HTML to > embed the SVG, you can load a standalone SVG document and script in > the SVG document has access to the functions with those viewers. > And of course with Firefox 1.5 or Opera 9 beta script in a standalone > SVG document has access to XMLHttpRequest. > ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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/

