GetURLIE

Purpose

This function returns a web page using Internet Explorer.  Note that only the HTML of the page is returned, but the entire page will be downloaded from the specified website.  If the page contains any sounds, the sounds may be played out your computer speakers.  Try using hs.GetURL before using this function.

Parameters

Parameter: host
Type: string
Description: This is the name or IP address of host to connect to, such as "HomeSeer.com".

Parameter: strip_tags
Type: boolean
Description: Use TRUE to strip HTML tags from the returned page or FALSE to not alter the page.

Returns

Return value: page contents
Type: string
Description: This is the contents of the requested web page.  If an error occurs, the text "ERROR:" will be returned followed by a reason for the error.