Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Chromium_OnLoadEnd cannot be triggered

Post Reply
coater
Posts: 135
Joined: Sat Sep 29, 2018 1:51 pm

Chromium_OnLoadEnd cannot be triggered

Post by coater »

When an element like this was clicked, a new window will be opened. But the procedure of Chromium_OnLoadEnd cannot be triggered( browser.MainFrame.ExecuteJavaScript, not run ). How to resolve this problem, thank you!
a href="blob:****" class="pdf-open" target="_blank">
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Chromium_OnLoadEnd cannot be triggered

Post by salvadordf »

Hi,

Use the code from the PopupBrowser2 demo to handle popup windows and the implement Chromium_OnLoadEnd in the new child window.
Post Reply