문제

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