Hi abbath8,
Another chance you have is to simply use an
HTTP client component and retrieve the URL,
without using a browser.
With INDY, for example, you'd do something like this:
Memo1.Lines.Text := IdHTTPCli1.Get( MyURL );
Memo1.Lines.SaveToFile( 'MyPage.html' );
That's all.
Cheers,
Andrew