Hi All,
how can I dynamically inject an HTML into an existing XUL page by 
JavaScript?

I have tried following but it doesn't work:

<description>
        <html:div id="HtmlResult"/>
</description>

var innerHTML = "<b>Test</b>";
var result = document.getElementById("HtmlResult");
result.innerHTML = innerHTML;

Thanks for any help!

Honza




_______________________________________________
mozilla-layout mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to