Difference between revisions of "GetURL"
(Created page with "===From the Scripting Manual=== ''function GetURL(URL: string): string;'' '''Parameter Info:''' URL (String): http URL to the webpage which shall be requested. '''Des...") |
(No difference)
|
Latest revision as of 08:43, 15 August 2012
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