It should work, if not, file a bug and attach a small testcase. Though it might be a good idea to look around in bugzilla first to see if you can find a similar bug already filed.
/ Jonas Sicking "Eric" <[EMAIL PROTECTED]> wrote in message news:aam3ft$[EMAIL PROTECTED]... > Hi, > > 6 month ago, I tried to load html codes dynamically in a document with DOM > methods in C++ : > > ........ > htmldoc->Open(); //// htmldoc = nsIDOMHTMLDocument > htmldoc->Write(NS_ConvertASCIItoUCS2(htmlsourcestring)); > htmldoc->Close(); > > It worked fine except the pictures was not loaded using this method, only > the text. > > My question is simple: do the new mozilla 1.0.0 support this now? I mean > loading pics (.gif) dynamically? > > Thank you. > Eric > > > >