LoadURI
Loads the page at the specified address by substituting the referer.
Syntax
procedure LoadURI(aURI:string; aReferer:string=''; aWaitLoaded:boolean=true);
Parameters
- aURI
- type: string
- functions: address of loaded page
- aReferer
- type: string
- functions: HTTP referer, substituted when the page is loaded
- aWaitLoaded
- type: boolean
- functions: a flag indicating whether or not to expect a full page loading
Notes
- If aWaitLoaded = false, then the script will wait for complete page loading (but not more than 20 seconds). Otherwise, the script will load the specified page and continue execution.