hehehe, took a step back and looked at it again...

I've got it!!!

this is the converted stuff (up to the point of the page in the string):


BREAK ON CLS

$URL = 'http://kixtart.org/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=2&t=001182'
$CRLF = CHR(13)+CHR(10)

? "Searching "

$ie = createobject("internetexplorer.application")

$test=$ie.navigate($URL)

while $ie.Busy loop

$doc = $ie.document

while $doc.readyState <> "complete" and @error = 0 loop

$root = $doc.documentElement

$html = $root.innerhtml

? $html


_________________________
The Code is out there