GetURL
From the Scripting Manual
function GetURL(URL: string): string; Parameter Info: URL (String): http URL to the webpage which shall be requested. Description: This function will download (URL) and return the contents of the downloaded page. NOTE: This function is only enabled when Safe Mode is turned off! Start the server with -safe 0 to disable Safe Mode.
Examples
N/A