I understand the embed statement comes with an attribute src, which contains to the location relative to the html file.
However, I am doing a jsp file, and using weblogic in the process. Hence my url for the jsp is http://mycomp:7001/svg/x.jsp My svgs are created in a local drive dynamically via XSLT once chosen by the user, and I cannot create beforehand. Although I am able to show the svg, I cannot get hold of a reference of the svg via javascript. I would simply get an unspecified error. My code is as follows: The embed statement: <embed src="d:\temp\svg\file1.svg" width="400" height="500" type="image/svg+xml" id="fileSVG"> I have a radio button that, when clicked, will do the following: fileSVG.window.showChange(); where the showAlert is a javascript function declared in the svg file. This is where I would get the error. Can you please help me on this? Really appreciate your advise!!! Wes ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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/

