On 8/2/06, jack2wsx <[EMAIL PROTECTED]> wrote:
>
> 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?
>
>
>
If you use ASV then you have no luck on using DOM as wrapper to disable
mouse event. I think??.
Because it is a System's Window. The OS dispatch those message to that
window.
IF that is the case, then it gives you is only one option to do something on
the SVG before it's submitted.
Hope this help.
Phi
--
Phi - Tran
Hugely increase your speed, saving your band-width with ZipProtocol
plus crystal clear SVG Rendering image at
HTTP://oneplusplus.com
[Non-text portions of this message have been removed]
-----
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/