Here is something Jooel put together for me. If you leave out the nested Split() functions, it would pull the body.
code:
break on 
$http=createobject("microsoft.xmlhttp")
$http.open("GET","http://chart.canada-stockwatch.com/sw/chart.dbm?symbol=A",not 1)
$http.send
$value=split(split(split($http.responsebody,"</th></tr>")[1],"<td align=right><b>")[1],"</b>")[0]

$value
get $_
Exit 0

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.