[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... function init(e) { if(window.svgDocument == null) svgDocument = e.target.ownerDocument; } function onmouseover(e) { window.open("Re: [svg-developers] solve this issue.URGENT
* 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... > > > This lacks two attributes, xmlns="http://www.w3.org/2000/svg"; and version="1.1". > The language attribute is not allowed here, and some view