Feedback

  • Contents
 

IS_Attr_Attempts

Definition

This attribute contains the number of times that the server has attempted to call the targeted party.  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 the button(s).

Usage

Read     Yes

Write     No


Example

This example displays the attempts attribute in an edit field.

<body>
    <input name="IS_Attr_Attempts">
<body>