Adds any user-defined handler to available event.
data.attachEvent(evName, evHandler);
Parameters:
Description:
Several handlers can be attached to the same event, and all of them will be executed.