Web.GetProperties

table Web.GetProperties (

string ObjectName )

Example 1

-- get the currently loaded URL
sURL = Web.GetProperties("Web1").URL;

-- Open the url in an external web browser
File.OpenURL(sURL, SW_SHOWNORMAL);

Opens a URL displayed in a web object in an external web browser.

See also: Related Actions