ph_getwburl PowerHome formula function
Description
Gets the resulting HTML code from a URL.
Syntax
ph_getwburl ( s, i )
Argument Description
s A string identifying the URL you wish to retrieve.
i An integer representing the timeout for this function in seconds.
Return value
String. The HTML text from the URL. This function will use the proxy server defined within Internet Explorer if one is defined.
Usage
This function uses the Microsoft Web Browser control rather than a raw socket such as that used in the ph_geturl function. This means that any cookies or other constructs used by Internet Explorer will be available to this function.

In most cases, the ph_geturl function is preferable as it will be faster. However, some websites require the use of cookies and will not return the expected HTML. In these situations, use this function.