質問

How can I inject jQuery and execute a function inside an EmbeddedWB control and get it's result.

役に立ちましたか?

解決

You can use the IHtmlDocument2 interface of the document loaded into the browser to get at and manipulate its DOM.

See http://www.delphidabbler.com/articles?article=21, which includes how to get a return value from the script.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top