Daniel Kirsch wrote:
var elm = Editor.document.createElement("div");

Sorry, that should read
var elm = document.createElement("div");

(Editor is a reference to another window object)

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

Reply via email to