I have a button which opens an SVG that is normally interactive into 
a new window for printing purposes. In this new print preview type 
window the SVG is in an IFRAME and it should not be interactive - 
particularly meaning that the hyperlinks within this SVG can not be 
clicked or activated relocating the frames contents. 

I have the parent of the iframe preventing clicks by doing this:
<body onclick='return false;'>

this works great but the SVG in the iframe is still clickable. I 
have tried setting the iframe's disabled property to true:

document.frames('EmbedRPF').disabled = true;   

I also tried this on the embed object:
document.frames('EmbedRPF').window.document.embeds(0).disabled = 
true;

...no success either.

Any ideas please help?






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