function MouseUptxtarea(obj) {
document.getElementById('<%=txtArea.ClientID %>').focus();
}
TabIndex="2" onblur="MouseUptxtarea() OnClick="return validate()">
TargetControlID="txtWhat" WatermarkText="eg : Restaurants, Hotels, Pubs ?" WatermarkCssClass="watermark_what" />
TabIndex="3" />
by using that script it works in google chrome but when i run the application in ie it goes to next textbox why?
please help me
by using that script it works in google chrome but when i run the application in ie it goes to next textbox why?
please help me
Replies
Know the answer? Post it — somebody with the same question will find it here.