GeekInterview.com
   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

GeekInterview.com  >  Interview Questions  >  Web  >  java Script
Go To First  |  Previous Question  |  Next Question 
 java Script  |  Question 14 of 24    Print  
Script to check every character
Write a code to get the text box data and to check each and every char?


  
Total Answers and Comments: 1 Last Update: November 18, 2008     Asked by: karthikeyanakka 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 18, 2008 12:27:48   #1  
princesh Member Since: November 2008   Contribution: 2    

RE: Script to check every character
Read the input text
Check the length of the string
Substract the length by one
And then keeping doing this till end of the string.

 
Is this answer useful? Yes | No

 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 ...

Latest Answer : document.forms[0]..options[index]= new Option(Apearingtext,value)for (var i=0;i
Read Answers (2) | Asked by : Thirumurugan

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

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

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 
View Question | Asked by : GeekAdmin

Latest Answer :  function noClick(e) {  if (navigator.appName == 'Netscape' && e.which == 3) {      alert("no right click please")      ...
Read Answers (1) | Asked by : anil

Latest Answer : Javascript is client side language and Java is serverside language ...
Read Answers (4) | Asked by : annapurna

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

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Java and Client Server Models

Java and Client Server Models The Role of Client Servers on the Web Client server models provide the essential mechanisms for working with the Internet In fact most of the World Wide Web is built according to this paradigm In client server models the web browsers run by millions of users are the cli
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

WinRunner Script Design Tips

Scripts play an important role in the function of WinRunner. Those who wish to successful with this program will need to learn how to properly create scripts. In this article, I will provide you with a number of useful tips for script creation. The first tip of script development is to always place
 

Using UML with Java

Using UML with Java While Java is not a new language its application for the development of embedded systems is quite new Developers are beginning to take a second look at modeling languages such as UML and many feel it can be a powerful tool in their development arsenal mosgoogle center Introductio
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

Java Technology Trends

Technology Trends Involving Java Java is an object oriented programming language OOP for Web browsers It is organized around data rather than actions and supports polymorphism which allows the same code to be written generically so it can function with different datatypes inheritance which allows on
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape