hve 2 text controls & a button control on a web page & a javascript
which enables / disables the button control
if any one text control is not blank button gets enabled & this script is called on the blur event of text
it works fine but the issue is when i click the button the click event doesnot get fired & the button gets disabled
but instead after entering data in any textbox if i click outside anywhere & then click the button control the click event gets fired
why does the click event fire in the ealier case