my codeparser takes sourcecode and parses it.
about it is in http://81.17.37.55/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=13&t=000099&p=

older kix code
hmm...
here http://www.gwspikval.com/jooel/scripts/BBCodeParser/Older%20versions/2.0.1/BBCodeP arser2.kix

all the commands to get a page is:
$httpObj = createobject("winhttp.winhttprequest.5")
$httpObj.open("GET",$page)
$httpObj.send()
$data = $httpObj.Responsetext

the $data has the page's html source inside.

for this you need to have winhttp5.dll which is included in bbcodeparser and it can be downloaded from microsoft website http://msdn.microsoft.com/downloads/default.asp?URL=/code/sample.asp?url=/MSDN-FILES/027/001/655/msdncompositedoc.xml
from there you get the whole sdk.

cheers,

[ 13 June 2002, 15:27: Message edited by: Lonkero ]
_________________________
!

download KiXnet