Hi all, I have a javascript related problem/question:
Given the following situation: * HTML file with Javascript and embedded SVG file, some global variable declarations * Embedded SVG with Javascript, some global variable declarations, lets say I have a var definition in the SVG context like "var color= 'blue';" The question is: >From javascript running in the HTML context - can I access and change javascript variables and objects running in the SVG context - and how would I do that? In the given example, how can I query and change from the HTML context the value of the string variable "color" which is defined in the SVG context? Thanks for any ideas/hints, Andreas ------------------------------------ ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

