Web.LoadHTML

boolean Web.LoadHTML (

string ObjectName,

string HTML )

Description

Loads a string of HTML into a web object. In order for the action to succeed the Web object must have a valid window handle. This means that the object must be visible and that this action should happen after the page's "On Show" event.

Parameters

ObjectName

(string) The name of the web object.

HTML

(string) The HTML that will be loaded into the web object.

Returns

(boolean) True if successful, or false if it failed. You can use Application.GetLastError to determine why this action failed.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions