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

2011-03-30 Thread profileofpradeep
; http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html#scripting_HTML > work in all browsers. > > cheers > David > - Original Message - > From: profileofpradeep > To: svg-developers@yahoogroups.com > Sent: Tuesday, March 15, 2011 2:09 AM > Subje

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

2011-03-30 Thread profileofpradeep
fileofpradeep > To: svg-developers@yahoogroups.com > Sent: Tuesday, March 15, 2011 2:09 AM > Subject: [svg-developers] Re: call JS function from html ? > > > > Hi Jololivier, > > The code you posted does not work in Chrome. Please help me how I

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

2011-03-15 Thread ddailey
-developers] Re: call JS function from html ? Hi Jololivier, The code you posted does not work in Chrome. Please help me how I could make it work there? It works fine with FF and IE. Thank you, --Pradeep --- In svg-developers@yahoogroups.com, "jololivier" wrote: >

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

2011-03-14 Thread profileofpradeep
Hi Jololivier, The code you posted does not work in Chrome. Please help me how I could make it work there? It works fine with FF and IE. Thank you, --Pradeep --- In svg-developers@yahoogroups.com, "jololivier" wrote: > > > Hi, > you have to "connect" svg funtion and javascript function in th

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

2005-02-28 Thread jololivier
Hi, you have to "connect" svg funtion and javascript function in the init event of your SVG tag. For example, you want to call the svg function svgToto from javascript : javascript (in the "main" page) : function toto (param1, param2) { window.htmlToto(param1, param2); } Svg (in th