JAVASCRIPT: IE: outerHTML
Problem i encounter with outerHTML using IE Browser if i say: txt="Update Complete!"; msg = sub.appendChild(d.createElement("p")); msg.outerHTML = txt; It Works Fine: But if i say txt="1 Error:<ul><li>Some Error</li></ul>"; msg = sub.appendChild(d.createElement("p")); msg.outerHTML = txt; Gives me an error of: Message: Unknown r...