removenode in javascript chrome
        Posted  
        
            by Nishima
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nishima
        
        
        
        Published on 2009-09-09T09:50:14Z
        Indexed on 
            2010/04/21
            19:03 UTC
        
        
        Read the original article
        Hit count: 209
        
Hi All,
I want to removw a node from a page for that i am using the below mentioned function
document.getElementById(id).removeNode(true);
.This is working fine in IE but not in Chrome. Can anyone tell me how can i do that
Thanks
© Stack Overflow or respective owner