In this article , I am going to explain how to attach event to attribute
Attach event to attribute
crmForm.all.new_isdue.attachEvent("onclick", Onisdueclick);
function Onisdueclick () {
alert('Hi');
}
Attach event to attribute
crmForm.all.new_isdue.attachEvent("onclick", Onisdueclick);
function Onisdueclick () {
alert('Hi');
}
No comments:
Post a Comment
Note: only a member of this blog may post a comment.