JAVASCRIPT TUTORIALS
Wednesday, 21 January 2015
How to clear text of TextBox using javascript
var
txtDemo =
document.getElementById(
'ctl00_ContentPlaceHolder_
txt
Demo
'
);
if
(
txt
Demo
!=
null
)
{
txt
Demo
.innerHTML=
""
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment