F
fulio pen
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:
http://www.pinyinology.com/test/span2.html
And following is the code:
function chinText()
{
document.getElementById("moon").innerText ="\u6708";
document.getElementById("tree").innerText ="\u6728";
document.getElementById("man").innerText ="\u4eba";
document.getElementById("water").innerText ="\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:
http://www.pinyinology.com/test/span2.html
And following is the code:
function chinText()
{
document.getElementById("moon").innerText ="\u6708";
document.getElementById("tree").innerText ="\u6728";
document.getElementById("man").innerText ="\u4eba";
document.getElementById("water").innerText ="\u6c34";
}
Thanks for your expertise and help.
fulio pen