What language / script is used to validate web page
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to find duplicate number from array in minimum time complexity.
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
what is delegate and delegation model give the real live example on delegate model
what is diff bet ref variable & instance of class
Need provab technical test questions
what is integration testing in real time applications?
iam confused to choose among testing, .net and java can anybody help me????????
sample and simple coding where we get?
public static void main(String args[]) describe it
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
How will you prove that java swing is multithreaded?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?
What's the difference b/w Table & Templete in Smartform?