javascript - To disable onfocus="this.blur();" -
I am selecting values in my textbox from a popup window and IFOKUS = "this.blur ();" For the text box, I want to disable this function in the editing button, when I want to edit. I can not use to read only because the price has not been given to the server due to postback, PLS help
< P> You have mentioned that you can not use
readonly because it has not been submitted back during a post back. Actually the read-only attribute, as submitted is disabled attribute, such as
& Lt; Input ... disabled = "disabled" /> gt; Not submitted Backing is to post a posting.
Comments
Post a Comment