Getting the DOM object in Internet Explorer

O

oLiVieR CheNeSoN

Hi,


I have built a plug in to internet explorer and added a button.

I would like to get the DOM object on IE with my plug in in oder to analyze
the HTML object.

Do you have any idea how to get that ?


Thanks for your help


Olivier
 
A

Arne Janning

Hi oLiVieR!

I would like to get the DOM object on IE with my plug in in oder to
analyze
the HTML object.

Do you have any idea how to get that ?

Have a look at Browser Helper Objects:

Porting Legacy Browser Helper and IE Extension Objects to .NET
http://codeguru.earthweb.com/Csharp/.NET/net_general/article.php/c4671/

Article: IE Browser Helper Objects
http://weblogs.asp.net/stevencohn/archive/2004/01/20/60949.aspx

IE Browser Helper Objects
http://weblogs.asp.net/stevencohn/articles/60948.aspx

Cheers

Arne Janning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top