//feel free to put these parameters into directly into the function
%port = 80;
%host = "forum.blockland.us";
%page = "/";
new HTTPObject(yourface);
yourface.get(%host @":"@ %port, %page, "");
function yourface::onLine(%this, %line)
{
if(strpos("END", %line)
endfunction();
$heedHTTPFile = $heedHTTPFile @ %line;
}
Since it works by an on-line response, you have to have the file have the last line as "END".