[svg-developers] solve this issue.URGENT

2005-11-11 Thread chandrasekar s
wats the problem with the simple code below... why is the java script not working?? any other way to solve the purpose... svg onload=init(evt) script language=JavaScript type=text/javascript function init(e) { if(window.svgDocument == null) svgDocument = e.target.ownerDocument;

Re: [svg-developers] solve this issue.URGENT

2005-11-11 Thread Bjoern Hoehrmann
* chandrasekar s wrote: wats the problem with the simple code below... why is the java script not working?? any other way to solve the purpose... svg onload=init(evt) This lacks two attributes, xmlns=http://www.w3.org/2000/svg; and version=1.1. script language=JavaScript type=text/javascript