Dear all
I have used following code to add event listner, it is working in IE but not in
Mozilla
if any body knows solution please let me know.
//
var newUseEl = document.createElementNS(svgNS,"use");
newUseEl.setAttributeNS(null,"id",'refp1');
newUseEl.setAttributeNS(null,"x",p);
newUseEl.setAttributeNS(null,"y",s);
newUseEl.setAttributeNS(xlinkNS,"href","#s01");
newUseEl.setAttributeNS(null,"visibility",'visible');
newUseEl.addEventListener("click",del,true);
document.getElementById("contents").appendChild(newUseEl);
object.setAttribute('visibility','visible');
thanks in advace
P chandra shaker reddy
[Non-text portions of this message have been removed]
------------------------------------
-----
To unsubscribe send a message to: [email protected]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/svg-developers/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[email protected]
mailto:[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/