Rank: Newbie Groups: Member
Joined: 2/6/2014 Posts: 2
|
Greetings,
I want to capture a right mouse click and obtain the inner html contents from a web page.
For example, if the right mouse button is clicked on a html label with the text: "First Name":
<label>First Name</label>
I want to extract the text "First Name" from the html tag.
I can accomplish this using JQuery and have actually done so.
However, can I accomplish the same thing using the Web Browser control without using JQuery at all?
Thanks,
Roy
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
I do not think EO.WebBrowser provides any direct support on this. You do not have to use JQuery, but you still have to use JavaScript.
Thanks!
|