Feedback

  • Contents
 

IS_Attr_Zone

Definition

This must match a value in the ZoneSet associated with the campaign. Scripter will recognize click events from any HTML element whose name has an associated action documented in this API (e.g.: "IS_Action_CallComplete"). If the script needs to associate several buttons with the same action, then define the action using a meta element and call the click event on the meta element from buttons.

Usage

Read    Yes

Write    No


Example

This is an example of a time zone edit field.

<body>
    <input name="IS_Attr_Zone">
</body>