Issue with event keyword. Some browser are not support only "event" keyword. So try to use event called "onblur". It's opposite of onfocus: function getval() { document.getElementById('<%=textbox2.ClientID %>').value = document.getElementById('<%=textbox1.ClientID %>').value; }
Parwej Ahamad