I'm stuck trying to communicate between two different svg docs embedded 
in an html doc in IE. I want to capture an id in say svgDoc1, use it to 
query a database, build some svg, and append the result into svgDoc2. I 
can't get the getURL to work since it appears not work when called from 
js referenced in the html doc. So I have attempted to use req = new 
ActiveXObject("Microsoft.XMLHTTP");. I can get the XML doc with 
req.responseXML, but I have failed to figure out how to insert it into 
svgDoc2 in a similar fashion as for example, 
myMenuToAdd.appendChild(child) where myMenuToAdd = 
document.F4B.getSVGDocument().getElementById("PlanningCanvas");. If I 
could, which I can't, do away with embedding in html doc and write it as 
one big svg document, this would be a simple task. Can anyone suggest 
how I might achieve this? Thank you.

Sean


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/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/
 


Reply via email to