user1647411
user1647411

Reputation:

EmbeddedWB & jQuery

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

Upvotes: 0

Views: 816

Answers (1)

MartynA
MartynA

Reputation: 30715

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.

Upvotes: 1

Related Questions