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 |
how to data grid use in data bind?
what is the difference between conversion and interface in bdc?
In staad pro, how can we design ROOF SLAB?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
Write a shell program to test whether a given year is leap year or not ?
How do i find out the number of parameters passed into function?
what do you man by firmware
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
how many types of operating system are avaliable?
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;
please any one pass file aid,xpeditor and endeavor tools
how will you do destructive read and non destructive read in data queue.....