Hi,
My problem is
i have validation for empty
string entry in a text box for onblur event in a popup
if i place the cursor in the textbox , make no entry in textbox and click on X(close at the right corner) of popup window, its closing the popup and giving the validation alert for the textbox.
but i have to develop as it should prompt the user to enter values in textbox and it should not close the popup.
Can any one please help me regarding this,iam very new to javascript.