I am developing projects on ie-addons.
I want to record the new tab action when the user clicks the A tag or the script calls window.open (url, '_ blank') ;.
I used OnNewWindow2 / OnNewWindow3. However, some win7 and win10 machines do not work. When running on the dev machine (win7, vs2017, ie11), it works very stable.
I don't know why and is there any other way to capture this event on all computers.
I am developing the application on win7 / 10 and ie11
Thank you