Hello,
I am makign a Block like this----
Subject ------
Customer -----omi
Customer -----omi
In my block…
I want to add a onchange event with first select box, which ID is ‘akg’.
when i changed the value in select box(ID=akg) this is give me error , object expected.
i am declaring the method like this-
de:function(){
alert(“de”);
}
can you help me, please tell me, how i can add onchange event with a select BOX
Thanks