JAVASCRIPT TUTORIALS
Wednesday, 21 January 2015
How to enable Button using javascript ?
var
btnDemo = document.getElementById(
'ctl00_ContentPlaceHolder_
btnDemo
'
);
(Or)
var
lbnDemo = document.getElementById(
'
btnDemo .ClientID
'
);
btnDemo
.disabled=
false
;
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment