Hi
i want to bind a drop down list on the other drop down list selected index change event. i m using the following code---
ddlid.Attributes.Add("onchange","javascript:callfunction(this);")
function is written in a seperate js file.
this works in IE but not in Mozilla... plz give me the solution so that it will work in Mozilla also
Thanks