Hello,
I have a code that works on both the IE and Opera, but not the
Firefox, and I cannot figure out the reason. Following is the page:
And following is the code:
function chinText()
{
document.getEle mentById("moon" ).innerText ="\u6708";
document.getEle mentById("tree" ).innerText ="\u6728";
document.getEle mentById("man") .innerText ="\u4eba";
document.getEle mentById("water ").innerTex t ="\u6c34";
}
Thanks for your expertise and help.
fulio pen
I have a code that works on both the IE and Opera, but not the
Firefox, and I cannot figure out the reason. Following is the page:
And following is the code:
function chinText()
{
document.getEle mentById("moon" ).innerText ="\u6708";
document.getEle mentById("tree" ).innerText ="\u6728";
document.getEle mentById("man") .innerText ="\u4eba";
document.getEle mentById("water ").innerTex t ="\u6c34";
}
Thanks for your expertise and help.
fulio pen
Comment