On Apr 11, 3:14 am, Gerry Soetrisno <[EMAIL PROTECTED]> wrote: > Hi All, > > A quick question: I am using the Mozilla ActiveX Control 1.7.12 and I > am trying to run an arbitrary JavaScript function by calling > doc.parentWindow.execScript() on AxMozillaBrowser.DocumentComplete > event. > > However, when code was executed, doc.parentWindow throws an > exception: > "The method or operation is not implemented". Is there any other > possible way to execute the Javascript function? > > My development environments are VB6 and Visual Studio .NET 2005. > > Regards, > > G.
hi, I haven't got a lot of experience with mozilla activex, but as far as I have used it i found it very limiting (from what I understand it works as wrapper for xpcom). There are quite a lot of embedding examples in csv (mozilla/embedding/tests) which are not activex. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
