> 1) is there a way to insert text from the clipboard into SVG.
> If it is running for ASV3 / IE its OK for me.

You can use IE's clipboard from JS just like any other IE specific JS
things.

from within HTML you have to call  window.clipboardData.getData("Text");
from within  SVG that should be top.window.... or parent.window....
depending on if you use ASV3 or ASV6
if I remember it correctly.

Users security restrictions might disable this functionality though
and it is limited to IE.


Jan






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