What language / script is used to validate web page

Answers were Sorted based on User's Feedback



What language / script is used to validate web page..

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

What language / script is used to validate web page..

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 language / script is used to validate web page..

Answer / swathi

HYPER TEXT MARK UP LANGUAGE(HTML)

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Programming Languages AllOther Interview Questions

What is procedural oriented language language..? give some examples of this language....?

0 Answers  


There is a room with 1000 light switches, numbered 1, 2, 3, 4, ... 1000, all turned off. Outside the room there are 1000 men, numbered man1, man2, ...man 1000 In order, each man walks into the room and changes the position of each switch that is a multiple of his number. That is: man1 flips every switch man2 flips switches 2, 4, 6, 8 ....1000 man3 flips switches 3, 6, 9, ..... 999 ..... Man 1000 flips switch 1000 After all 1000 men are done, how many switches are on?

3 Answers  


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

0 Answers  


Need provab technical test questions

0 Answers  


List and explain any five built in functions for Lists data type in python

1 Answers   Peerless,






THE CHANNEL IN DATA COMMUNICATION CAN BE?

0 Answers   TCS,


what is the difference between primary key and unique key?

2 Answers   KTree, TCS,


Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe

0 Answers  


Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;

0 Answers  


Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.

0 Answers  


Given: (x-2)(x+3)= 100; solve the equation for x using any programing language.

2 Answers   Amazon, Manhattan,


In Java what is the difference between following two statements ? int a[],b; int []a,b;

1 Answers  


Categories