When main window open link in a new window, how to run js in the new window?
thanks.
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.
How to run js in the second window?
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to run js in the second window?
Hi,
Use the code in the PopupBrowser2 demo in your application to handle popup windows with Delphi forms.
Then you'll be able to run JS in the child form as usual.
Use the code in the PopupBrowser2 demo in your application to handle popup windows with Delphi forms.
Then you'll be able to run JS in the child form as usual.