PDA

View Full Version : Access DOM element from AxWidget



giusepped
21st October 2011, 16:03
I am using an AxWidget in order to use IE inside a Widget.
Navigation is fine. Just call the Navigate method as a dynamiccall.
But it would be wonderful if I could access the elements
of the webpage loaded by the IE...as Visal Basics does. For example, access all the <input> tags and change their values.
You would ask: why not using WebKit?
Because the webpages I must load contain code (activex) understandable only by IE.
I tried with QWebView, and they are messed up.
Any hint appreciated

Added after 1 15 minutes:

Basically, I would like to do something like this software
http://www.formautofill.com/
or this
http://www.codeproject.com/KB/atl/Generic_AutoFill.aspx

IN particular, for the second link, does anybody know what is it?