ph_getitcurl PowerHome formula function
Description
Retrieves the HTML from the specified URL using a Microsoft ITC (Internet Transfer Control)
Syntax
ph_getitcurl ( s, n )
Argument Description
s The URL you wish to retrieve the HTML for.
n Specifies the timeout in seconds for the control to return the HTML. Specify a 0 for infinity.
Return value
String. Returns the HTML of the specified URL.
Usage
This function is similar to the ph_geturl and ph_getwburl in that the HTML for a specified URL is returned. This particular function uses the Microsoft ITC to accomplish this task.