Hi here is a simple example of inter document comunication: http://www.treebuilder.de/svg/interdoc/interdoccom.htm it works in IE+ ASV3/6 and mozSVG !!!!
hth Holger guygoye wrote: > > hi Holger > > Thanks fot the tips!!!! But i have a new problem : i have 2 svg a > and b wich are in html page. i want to modify the svg b with the svg > a. of course i want to use an external javascript. How can i do to > reconize the a and b in the same javascript? > > thanks > > guygoye > > > > > > --- In [EMAIL PROTECTED], Holger Will <[EMAIL PROTECTED]> > wrote: > > Hi guygoye > > > > just use xlink:href > > and dont forget to declare the xlink namespace: > > > > <svg xmlns:xlink="http://www.w3.org/1999/xlink"> > > <script xlink:href="bla.js"/> > > </svg> > > > > hth > > Holger > > > > guygoye wrote: > > > > > *Yahoo! Groups Survey* > > > Please help us to improve Yahoo! Groups. *Take the survey now!* > > > <http://v2.decipherinc.com/survey/yahoo/yah04021?list=2> > > > > > > > > > > > > hello!! > > > > > > i'm trying to command a svg with an external javascript. is ti > > > possible? if yes tell me how do it because a beginner !!! > > > > > > thank you > > > > > > guygoye > > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/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/

