--- In [email protected], "Sayed Arian Kooshesh" <[EMAIL PROTECTED]> wrote: > > With i.e. you use top to get to the browser. How do you do similarly in FF?
If you have an SVG document embedded in a HTML document with the embed element or the object element or the iframe element then with both IE and Firefox parent in Script in the SVG document gives you the parent window (or frame) the HTML document sits in. On the other hand top is useful with framesets/frames to take you to the top most window with deeply nested frames. Only Adobe SVG viewer 6 preview has a bug where you need to use top instead of parent. But with the release version 3 of Adobe viewer parent works fine. ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

