Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves the name of the property that changes on the object .
Syntax
event.propertyName [ = sProperty ]Possible Values
sProperty | String that specifies or receives the name of the property whose value changes during the event. |
The property is read/write. The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties .
Remarks
You can alter the value of propertyName by using it with the onpropertychange event.
Example
This example uses the onpropertychange event to change the value of the propertyName property.
<HEAD>
Standards Information
There is no public standard that applies to this property.
Applies To
|
event |
Home | Top | Web development | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |