Jump to content

sail2000

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. sail2000

    how can i handle the javascript result?

    code is perfect. Thank you so much!
  2. sail2000

    how can i handle the javascript result?

    seems IHTMLDocument3 inteface work on windows only. my code will run on android. thanks.
  3. I use delphi 11.2 in my ANDROID app, i must handling a javascript function's result, it's convert javasciprt to pascal is very hard to me. my way: run javascript in TWebrowser and get result, js result is OK, but, how can i get return value from TWebrowser? My thoughts: 1,execute js throught some library eg: ScriptGate? ScriptGate run javascript Error in delphi 11 . 2,modify TWebrowserm, add javascript callback feature? test_javascript.zip
×