var txtDemo = document.getElementById('ctl00_ContentPlaceHolder_ txtDemo');
}
(Or)
var txtDemo = document.getElementById('ctl00_ContentPlaceHolder_ txtDemo');
if( txtDemo != null)
{
txtDemo.style.border = 'none';
No comments:
Post a Comment