![]() Related Questions Latest Answer : There are many varieties of email validation. This one is simple, but effective.function isValidEmail(str) { return (str.indexOf(".") > 2) && (str.indexOf("@") > 0); } ... Tags : Java Script Function Latest Answer : document.forms[0]..options[index]= new Option(Apearingtext,value)for (var i=0;i Read Answers (2) | Asked by : Thirumurugan Tags : Java Script Function What is the main difference between Client side JavaScript and and Server side Java Script. How actually they run on both side with Example? Read Answers (1) | Asked by : vaibhav Tags : Java Script Function Latest Answer : //Javscript code pagination.js file===========function Pager(tableName, itemsPerPage) { this.tableName = tableName; this.itemsPerPage = itemsPerPage; this.currentPage = 1; this.pages ... Read Answers (1) | Asked by : asuh Tags : Java Script Function 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 : function noClick(e) { if (navigator.appName == 'Netscape' && e.which == 3) { alert("no right click please") ... Read Answers (1) | Asked by : anil Tags : Java Script Function Latest Answer : Javascript is client side language and Java is serverside language ... Read Answers (4) | Asked by : annapurna Tags : Java Script Function Write a code to get the text box data and to check each and every char? Latest Answer : function numvalid(a) { var numStr="1234567890"; var thisChar; var counter=0; for(var i=0; i < a.length; i++) { thisChar=a.substring(i,i+1); if(numStr.indexOf(thisChar)!=-1) {counter++;} } if(counter==(a.length)) {return ... Latest Answer : By disabling right click we can restrict user not to copy webpage sourcecode. ... why is java swing so efficiently used in most graphics programming and not effected by systems graphic properties?
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||