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 |
what are the steps for creating prompt table dynamically for the specified field
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above
2 Answers iNautix, National Investment Commission,
What is autocall macro and how to create autocall macro? what is the use of it?
Which design patterns have you used?
how to convert hashmap to arraylist with iteration
Difference between abstract class and Interfaces in Java
9 Answers Nest, Persistent, Yantro Software,
we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?