Hi,
You can execute javascript code, execute javascript functions from Delphi, execute Delphi functions from Javascript, communicate between Javascript and Delphi, etc.
Take a look at all the demos inside the demos/Javascript directory and also the MiniBrowser demo.
https://github.com/salvadordf/CEF4Delph ... JavaScript
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.
remove target="_blank"
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: remove target="_blank"
I've never tried jQuery but if you search "cef3 jquery" in Google you will see some pages with people using it in other CEF3 wrappers.
CEF4Delphi supports all the JavaScript integration examples in CEF3. If other CEF3 wrappers can do it, then CEF4Delphi can do it too.
Read more about the JavaScript integration in CEF3 here :
https://bitbucket.org/chromiumembedded/ ... gration.md
CEF4Delphi supports all the JavaScript integration examples in CEF3. If other CEF3 wrappers can do it, then CEF4Delphi can do it too.

Read more about the JavaScript integration in CEF3 here :
https://bitbucket.org/chromiumembedded/ ... gration.md
Re: remove target="_blank"
of couse,it could! I have tried it already.