Inververs Posted August 21, 2012 Posted August 21, 2012 InternetExplorer browser can generate event newwindow3 and it possible catch this event like this: $oIEEvents = ObjEvent($oIE, "_IEEvent_", "DWebBrowserEvents2") ;$oIE - InternetExplorer.Application Func _IEEvent_NewWindow3($ppDisp,$Cancel,$dwFlags,$bstrUrlContext,$bstrUrl) ;http://msdn.microsoft.com/en-us/library/aa768337(v=vs.85).aspx ...some code EndFunc But how to attach to this window (or object)? _IEAttach($bstrUrl,'url') ;- does not fit.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now