onchange Event

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Fires when the value of the slider behavior changes.

Syntax

Event Property slider.onchange = handler;
attachEvent slider.attachEvent( "onchange", handler);
Named script <SCRIPT FOR = slider EVENT = onchange>

Event Information

Bubbles No
Cancels Yes
To invoke Change the value for the slider behavior.
Default action Initiates any action associated with this script.

Remarks

The frequency with which the onchange event fires can be set using the DYNAMIC attribute. The default behavior is to fire once when the value changes. When the DYNAMIC attribute is set to 1, the onchange event fires continuously as the values change.

The onchange event is available only to objects participating in the slider behavior.

Applies To

slider