getURL
Gets the text of the server's response to the specified address.
Syntax
getURL = function(aURL);
Parameters
- aURL
- functions: address where the request is sent
Returned value
- functions: server response
Examples
var source = getURL('wordpress.com'); log(source);