Getting the DOM object in Internet Explorer

  • Thread starter Thread starter oLiVieR CheNeSoN
  • Start date Start date
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
 
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
 
Back
Top