Re: [svg-developers] Calling a script in an SVG embed from containing HTML

2005-08-04 Thread Holger Will
hai_va schrieb: Hi everyone! Can anyone tell me how to call a javascript function in svg document embed in a html document from html script? see these extensivly commented examples: http://jwatt.org/svg/demos/scripting-across-embed.html

[svg-developers] Calling a script in an SVG embed from containing HTML

2005-08-03 Thread hai_va
Hi everyone! Can anyone tell me how to call a javascript function in svg document embed in a html document from html script? Exsample, Is that true? In HTML document: --- html head script type=text/javascript function html_script() { svg_script(); } /head