function Validate_RequiredField()
{
//Author : Surendra Sambana
var fieldToValidate = " ";
if(fieldToValidate.Trim() == null || fieldToValidate.Trim().length < 1)
alert("Please enter value")
alert(fieldToValidate.Trim().length );
}
Monday, October 8, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment