Re: [svg-developers] call JS function from html ?

2005-02-28 Thread Jérôme Tricand de la Goutte
Hi You must define a empty variable myVar in your HTML doc. Then you define your function myFunction(args) in your SVG. then use parent.myVar=myFunction. Then, you will be able to use myFunction in HTML, calling myVar(args) Hope it helps Jérôme Tricand de la Goutte Société Logatique 50 rue

RE: [svg-developers] call JS function from html ?

2005-02-28 Thread alexost
? _ From: Jérôme Tricand de la Goutte [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 9:56 AM To: svg-developers@yahoogroups.com Subject: Re: [svg-developers] call JS function from html ? Hi You must define a empty variable myVar in your HTML doc. Then you define your

[svg-developers] call JS function from html ?

2005-02-25 Thread Alex Ost.
Hi, It is easy to call a JS function defined in HTML from embedded SVG But, how do I do it when the function is defined in SVG and the call should be from the html side or even from other frame? Help will be gratitude. 10x in advanced - To unsubscribe send a message to: [EMAIL