Hi there, I need to convert a application which currently uses the IE control to using the Mozilla control. I'm generating the complete HTML code and wish to display it with this code:
strHtml = "<html>[...]</html>" Set rDoc = rMozilla.Document rDoc.open WaitUntilReady rExplorer rDoc.write strHtml rDoc.Close Set rDoc = Nothing The HTML is displayed correctly but the BeforeNavigate-Event isn't fired and all links on the page are ignored. Any recommendations? Regards, Stefan
