InnerText alternative in mozilla

InnerText alternative in mozilla


Normally we can change the text of html or asp label by using javacsript in following way,but it will not works in mozilla firefox

document.getElementById("label1").innerText = 'hello';

you can use the alternative way to solve this
 document.getElementById("label1").textContent = 'hello';
.textcontent will support most of the browsers 
such as google chrome,internet explorer,mozilla firefox etc

mozilla fire fox inner text problem,mozilla firefox javascript problem,mozilla 
firefox j query problem,mozilla firefox javascript not works,mozilla
 firefox javascripts not works after hosting,how to write to a label in by using java
script.change text of asp label by using javascript