TTMSFNCWebBrowser

Hi there,

Is it possible with the TTMSFNCWebBrowser to bridge javascript to Delphi?

I know about executing javascript from Delphi but is it also possible to fire Delphi code from the webpage?

Thanks!

Sincerely, 
Edward



Hi,


This is unfortunately not possible. It is a oneway direction from Delphi to JavaScript. You can however catch the return value of the JavaScript function that is called. There are currently developments running to expose this kind of functionality.