quote:
Originally posted by matty
Have you looked at the MSDN page? It states that there are 2 parameters for the function... first one being the web browser object second being the URL...
Surely the object parameter will just contain the browser object, regardless of frames?
Edit: ah, hold on...
quote:
Originally posted by MSDN
pDisp
Object that evaluates to the top-level or frame WebBrowser object corresponding to the event.
Fair enough.
Ok, another question. The
Browser::BeforeNavigate() and
Browser::BeforeNavigate2() functions don't get called, and nor does the
Browser::NewWindow(),
Browser::NewWindow2() and
Browser::NewWindow3() functions. Any possible reasons why? Are they not supported?