Anyone know how to use GetPage correctly? It keeps returning all of this as the string.
<html>
<head>
this is my header
</head>
</html>
instead of just "this is my header"
This is the code I was trying
SCAR Code:program New;
var
Test:String;
begin
Test:=GetPage('http://omgh4x0rz.freehostia.com/test.html');
writeln(Test);
end.




Reply With Quote












