Apan
10-17-2003, 04:52 AM
This works fine..
function Init(){
svgdoc= document.embeds["SVG_Page"].getSVGDocument();
}
until I decide to put the page inside a frame.
Do I need a different "path" to the SVG_Page when inside a frame? Or is it something else?
function Init(){
svgdoc= document.embeds["SVG_Page"].getSVGDocument();
}
until I decide to put the page inside a frame.
Do I need a different "path" to the SVG_Page when inside a frame? Or is it something else?