Hi,
I'm using a light-weighted script to parse some html, the best way doing it will be create an instance of htmldocument by ms, use the createdocumentfromurl methode and hold a pointer to the returned object. But under vbscript and jscript a runtime error saying this method is not support pops in every machine I tried. I can use the htmldocument as a parser by writing to it the responsetext from httprequest or xmlhttp alright, but then I lose all the referer and other nice properties. The htmldocument is apparently a com object, so it's functionality should be available to whatever language capable of exposing it. Is it some security setting unspoken of?
Gurus pls lend a hand.
thanks.