Hi ,
am using D6.5
am trying on Javascript side function .
onchange method for <input tupe="text" and is working fine
But when i use for <dmf:text the onchange method is not working .
Any idea.....
Hi,
Excerpt from WDK development guide:
onchange
Sets the event that is fired when the control is changed by the user. The onchange event handler cannot run on the
client (runatclient cannot be true). The onchange event is not handled immediately. It is handled on the server only when
the form is submitted (for example, by an onclick event). Some controls do not implement an onchange event.