Navigation Bar

Tuesday, May 26, 2009

Remove space

// var val1=document.getElementById('<%=txtUsername.ClientID%>').value;
// if(val1.replace(/^\s*|\s*$/g,"").length < 5)
// {
// alert('Please enter a username with five or more characters.');
// document.getElementById('<%=txtUsername.ClientID%>').focus();
// return false;
// }

No comments:

Post a Comment