event Properties DHTML Events
Specifies the URN of the behavior that fired the event.
HTML |
N/A |
Script |
[ sUrn ] = event.srcUrn |
sUrn |
Specifies the universal resource name ( URN ) identifier of the behavior that fired the event. |
The property is read-only with a default value of null.
This property is set to null unless both of these conditions are true:
- A behavior is currently attached to the element on which the event is fired.
- The behavior defined in #1 has specified a URN identifier and fired the event.
event
behaviorUrns Collection, urns Method