![]() |
![]() ![]() ![]() |
acHTTP and acWebImage components.
|
property URL: String;
|
The URL property specifies the location of the Web resource in the Internet (address of document, file, CGI program etc) to download data from remote HTTP server.
|
|
The URL address should be specified in following form:
|
[http[s]://]hostname[[:port]/objectname]
|
Examples:
|
http://www.appcontrols.com/download/diskcontrols_trial.exe
|
utilmind.com:80
|
https://secure.element5.com/register.html?productid=140005
|
|
![]() |
Referer property.
|