Содержание

LoadURI

Loads the page at the specified address by substituting the referer.

Syntax

procedure LoadURI(aURI:string; aReferer:string=''; aWaitLoaded:boolean=true);

Parameters

Notes

Examples

  1. LoadURI('whatismyreferer.com','http://hellofromwascript.ru');