fireChange Method
Notifies the containing document that the value of the property has changed by firing the onpropertychange event on the element.
Syntax
element.fireChange()
Return Value
No return value.
Remarks
If no PUT attribute is specified on the property, the onpropertychange is automatically fired when the property is set in the containing document.
Applies To
element