Help On PHP | Help Full PHP + JavaScript
Saturday, 14 April 2012
How to enable/disable element in Javascript
If u want to enable or disable any HTML element using javascript in asp.net/php u can use the following code,
document.getelementbyid('nm').disabled='disabled' ;
and the below code will enable the element,
document.getelementbyid('nm').disabled='';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment