Write a code to get the text box data and to check each and every char?
Latest Answer: Read the input textCheck the length of the string Substract the length by one And then keeping doing this till end of the string. ...
Latest Answer: Using J Query ...
What is flapjax and what are its benefits compared to javascript . How it converts flapjax code to javascript code during compilation
Latest Answer: var reg = /^([A-Za-z0-9_-.])+@([A-Za-z0-9_-.])+.([A-Za-z]{2,4})$/; var address = document.form1.email.value; if(reg.test(address) == false) { alert('Invalid Email Address'); document.form1.email.focus(); return false; } ...
Latest Answer: Javascript is client side language and Java is serverside language ...
Latest Answer: function noClick(e) { if (navigator.appName == 'Netscape' && e.which == 3) { alert("no right click please") ...
There are numerous methods for ensuring the security of a form. Some of them are mentioned below namely:
Check the form action attribute:
Make a check on the form action attribute. That is
Latest Answer: //Javscript code pagination.js file===========function Pager(tableName, itemsPerPage) { this.tableName = tableName; this.itemsPerPage = itemsPerPage; this.currentPage = 1; this.pages ...
Latest Answer: JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language (a scripting language is a lightweight programming language) A JavaScript consists of lines of executable computer code A JavaScript is usually embedded directly ...
What is the main difference between Client side JavaScript and and Server side Java Script. How actually they run on both side with Example?
View page << Previous 1 [2] 3 Next >>

Go Top