What language / script is used to validate web page
Answers were Sorted based on User's Feedback
Answer / shankar0975
Java script. It actually depends on the type of validation
that has to be performed: there are two types - client side
validation which is mainly done by using Javascript. The
other one is server side validation.
Thanks.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / gp
HTML cannot do validation. Its only for showing static
content in web pages. JavaScript adds the dynamic content
to the web page where in which validations(client-side/
browser side) are done.
Too much of client side validation is not recommended as it
might slow down the web page.
| Is This Answer Correct ? | 2 Yes | 0 No |
WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...
how many trailing zeroes are there in 100! (100 factorial)?
what is best way to create a Thread class & why?
what is the software to run the GSM gate opener program
Which language they use during interview?
0 Answers State Bank Of India SBI,
In java without use of main() how to execute the program
I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
purpose of abstraction and interface
how we can call xml file in java file using Android platform?
How to know we are in home page of a web application using QTP
What is std::auto_ptr?