i have two parts svg embeded in html:
<html> <head> <title>Document sans titre</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset ID="F3" rows="*,402" cols="*" framespacing="0" frameborder="yes" border="50"> <frame src="test.svg" name="mainFrame"> <frame src="test.svg" name="bottomFrame"> </frameset> <noframes><body> </body></noframes> </html> in a javascript(temp.js) link in an svg: <svg id="princip" x="2" y="3" xml:space="preserve" width="100%" height="100%" onload="initMap();" onresize="resetFactors(evt);" zoomAndPan="disable" viewBox="0 0 1024 768" xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" a3:scriptImplementation="Adobe"> <script id="attribute_data" xlink:href="attribute_data.js" language="JavaScript" /> <script xlink:href="../../../temp.js" language="JavaScript" /> <script xlink:href="../../../selectionList.js" language="JavaScript" /> so in this js i try access the frameset f3 to modify the attribut cols concretely the change in the svg will modify the size of the frameset on screen i do this because i want to represent two geographic cards in svg on the same screen and when the mouse is on one frame the size will be modify ----- Original Message ----- From: Francis Hemsher To: [email protected] Sent: Saturday, June 04, 2005 6:40 AM Subject: [svg-developers] Re: svg embed in html You must expand a bit more to explain your problem... Otherwise, we are as befuddled as your are with the solution. After all, SVG doesn't equate to "Subliminal Value Gratification" :) Francis --- In [email protected], "Erwan TROEL" <[EMAIL PROTECTED]> wrote: > in the code of an svg embed in html > i try access object of the html with: > > parent.document.getElementById("F3").style.width = "10%"; > > i have a message error: parent is not defined!!!! > > [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 a.. To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [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/

