Insert HTML in a IFrame of IE is very easy as the document object of the
IFrame is instantiated with the IFrame and
myIFrame.document.write (...
or
myIFrame.document.innerHTML=...
work correctly.

But how do I instantiate a document or contentDocument in a IFrame of NS6 ?
I tried some createRange() and createContextualFragment(I have seen that in
dynlayer.js): I think its the way but I cannot find any documentation about
that (Gecko DOM Reference dont talk about that...)

Can anybody tell me where I can find doc./tutorial about NS6 DOM.? And how
to create a document in a IFrame ?

Thanks



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to