What are the methods of validating whether the form is
secure?



What are the methods of validating whether the form is secure?..

Answer / santhosh

Windows
forms
protected
none

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JavaScript Interview Questions

What is dhtml in javascript?

1 Answers  


How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


What is event in web programming?

1 Answers  


How to convert a string to a number using javascript?

0 Answers  


What does parse Query String return in javascript?

1 Answers   Changepond,


What is a global variable in programming?

1 Answers  


how to write frame work Architecture in QTP

1 Answers  


discuss scoping in javascript?

1 Answers  


Difference between Client side JavaScript and Server side JavaScript?

2 Answers  


What is the use of ‘debugger’ keyword in javascript code?

1 Answers  


How to open a window with no toolbar, but with the location object?

1 Answers  


How to add html elements dynamically with JavaScript?

1 Answers  


Categories