WebBrowser::GetHTTPStatusText (open)
Returns the code and message of the last request
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
STRING FUNCTION GetHTTPStatusText()Return value
STRINGHTTP status and message, concatenated to a single string in the form <code> <message>.