954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to compare string value

function validate1(){
if(document.all.doc1.value == ""){
alert('Please select 1st Docoment !!');

document.all.doc1.focus();
document.all.doc2.value = "";
}
var doc1 = eval(document.all.doc1.value);
var doc2 = eval(document.all.doc2.value);

if(doc2 < doc1){
alert('First Document number must greater than secondnd Document number!!');
document.all.doc1.focus();
document.all.doc2.value = "";
}
the script above used to compare string between combo box it can compare integer value but can't compare string value
please help soon

saraguna
Newbie Poster
1 post since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

That's not Java, but JavaScript. Post it in the appropriate forum.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

Para que se usa el string.value, ayudenme a crear una clase cuenta. Manda a pedir si quieres crear una cuenta de ahorro o una de credito...

Josseling
Newbie Poster
1 post since Oct 2009
Reputation Points: 10
Solved Threads: 0
 
Para que se usa el string.value, ayudenme a crear una clase cuenta. Manda a pedir si quieres crear una cuenta de ahorro o una de credito...

Éste es cuatro años.

Read the forum rules regarding posting in English please.

Ezzaral
Posting Genius
Moderator
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
 
Para que se usa el string.value, ayudenme a crear una clase cuenta. Manda a pedir si quieres crear una cuenta de ahorro o una de credito...

Αυτό το thread είναι από το 2005. Αν έχεις να κάτι να πεις πόσταρε στα Αγγλικά.

Do you see how frustrating it is that I used my mother language?
>This thread is from 2005. If you have something to post, do it in English.
By the way the above is Greek. Ζήτω η Ελλάς. :)

javaAddict
Nearly a Senior Poster
Team Colleague
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You