Page 1 of 1

Re: remove target="_blank"

Posted: Sun Feb 04, 2018 9:31 pm
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

Re: remove target="_blank"

Posted: Sun Feb 04, 2018 9:54 pm
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

Re: remove target="_blank"

Posted: Wed Feb 07, 2018 12:50 am
by crystalxp
of couse,it could! I have tried it already.