I have an embed in my asp page that looks like the following...
<embed src="<%=SVGFileName%>" name="FP" height="100%" width="100%" type="image/svg+xml" PLUGINSPAGE="http://www.adobe.com/svg/viewer/install/" > SVGFileName is populated through VBScript. In an onLoad event in the Body tag, I call javascript that has the following line... var mysvg =document.embeds("FP").getSVGDocument(); This line errors out with the Javascript error "Unspecified Error". This same code worked previously, and works on other machines, but also fails on other machines. I want to believe that this was tracked back to updating to 3.02 of the Adobe SVG Viewer, but I could be wrong. Can anyone help me out on what is going on? At this point, I'm pulling my hair out! ----- 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/

