I'm trying to grab a whole subsection of a webpage to extract out a section of the html code.
I've found the section under the DIV tag called with the ID, contentModules.
I've tried using the command:
Code: Select all
IE_ExtractTagByName>%IE[0]%,,DIV,contentModules,1,result
I've even tried to do a HTTPREQUEST and it returns 2,2,2,2
Any ideas?
Frank