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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

remove target="_blank"

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: remove target="_blank"

Post by salvadordf »

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
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: remove target="_blank"

Post by salvadordf »

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. :D

Read more about the JavaScript integration in CEF3 here :
https://bitbucket.org/chromiumembedded/ ... gration.md
crystalxp
Posts: 39
Joined: Tue Jul 04, 2017 8:23 am

Re: remove target="_blank"

Post by crystalxp »

of couse,it could! I have tried it already.
Post Reply