Hi, thanks for your answer =)
do you know a wysiwyg editor, who will be compatible with the mozilla control ??? no popups etc... Regards CR irongut <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi, > > Pop-up windows are a known problem, see bug 239235 '[ActiveX] Use IE or > implement browser frame for popups': > https://bugzilla.mozilla.org/show_bug.cgi?id=239235 > > You work round this bug using the NewWindow2 event. You can block popups by > setting the Cancel argument to true. To open a popup, create another > control and return with an IWebBrowser interface to it in the ppDisp > argument. I have Delphi code for this but not VB. > > JavaScript should work as expected. (i.e. as Mozilla suite) > > You can pass more than one argument to Navigate but I think they are > ignored. Worth trying it though, my memory may be wrong. > > ActiveX controls kind of work if you have Adam's ActiveX plugin installed. > This should come with the control and is called npmozax.dll (found in > \plugins) if not you can find it on the same site. I say kind of work > because there are problems with the Flash ActiveX control (navigation > doesn't work). I think these problems are probably because you've got an > ActiveX control hosted in a plugin hosted in an ActiveX control - Windows > is probably confused. > > Hope this helps, > Dave. > > Dave Murray > Glasgow, UK > PGP KeyID: 0x838592B3 > > Remove NOSPAM from my email address to reply. _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
