Write a code for "RequiredFieldValidator" in java script

Answer Posted / sudhakar sakthivel

function validate()
{
if(document.getElementById("NameId").value == null ||
document.getElementById("NameId").value.trim()=="")
alert("Please enter the name");
document.getElementById("NameId").focus();
return false;
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any limit for query string? Means what is the maximum size?

685


How can we inherit a static variable?

727


How many validators do ASP.NET have?

769


What is active web page?

725


Difference between .NET and previous version?

2287


What is Web API Routing?

792


Is a dll file an executable?

710


What is the difference between mechine.config and web.config?

959


What is the file through which you can customize your asp.net application?

738


Name the tools or API for developing or testing web api?

712


What is the difference between “Web.config” and “Machine.Config”?

874


What is asp.net? How is it different from asp?

735


What are the various types of cookies in asp.net?

737


Which tool you have done?

1643


Define common type system?

745