On 6 Jun 2005 at 10:22, Erwan TROEL wrote:

> i have two parts 
> svg embeded in html: 
>  
> 
Use the framename .. not frameset ID ("F3")

e.g. 

parent.document.getElementById("mainFrame").style.width = "10%";

or

parent.document.getElementById("bottomFrame").style.width = "10%";

...

and here are some useful articles I found on interacting with parent browser

http://www.xmlpdf.com/ibex-svg.html   
(read section: "Interacting with parent browser")

http://www.carto.net/papers/svg/manipulating_svg_with_dom_ecmascript/

http://www.quirksmode.org/js/iframe.html




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



Reply via email to