Innerhtml and Innertext
InnerText is normal on IE6, in Firefox, INNERHTML is normal on IE6 and Firefox on Firefox. For example: Document.getlementByid ("ElementID"). Innhtml = "Some Infomation" ------- Document.all () is normal on IE6, not normal on Firefox. It is recommended to use Document.GetElementByid (ID_STR);