Содержание

getURL

Gets the text of the server's response to the specified address.

Syntax

getURL = function(aURL);

Parameters

Returned value

Examples

  1. var source = getURL('wordpress.com');
    log(source);