Re: Parsing HTML to grab only form tags

2001-07-06 Thread Ron Grabowski
I think IE5 gives you access to the DOM of the html document. You might think about using OLE to open an instance of IE5 and transverse it like that. I use Javascript code like this for debugging: