![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/Use this regular expressionYou can be more strict by using .com,.biz,.org,.arpa etc in regular expression ... 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 : 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 : By disabling right click we can restrict user not to copy webpage sourcecode. ... Latest Answer : for example form validation:function formvalidation(form){if (nonempty(form.req1)){if (nonempty(form.req2)){return true;}}return false;}function nonempty(elem){char str=elem.value;if(str.length==0){alert("u ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||