Hi All,
I am having a problem when I replace the url for svg using setSrc
method
JavaScript shows an error dialog saying "Unknown error" but replace
the 
url properly. I don't know how to get rid of this JS error dialog

This is my JavaScript function

function changeGraphHierarchicView()
{ 
   var url 
= "$SystemServlet$cmd=data&compID=GraphComponent&view=hierarchic";
   theSVG=window.document.embeds[0];
   theSVG.setSrc(url); 
}

I am using IE and ASV3.x

Any ideas?

Thanks
Tharahan




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