Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Condition
Message
De
07/07/2001 04:52:34
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Condition
Divers
Thread ID:
00527731
Message ID:
00527731
Vues:
43
Hi All,

I have 11 text boxes in my ASP page and using VB Script and Java script
like
text1 text6
text2 text7
text3 text8
text4 text9
text5 text10

i want to enable the text11 if values of right side(text6,7,8...) > than the left side (text1,2,...)

e.g if text6.value > text1.value
but text7.value < text2.value then text11.disable = true

or if text6.value < text1.value
but text7.value > text2.value then text11.disable = true

or if text6.value > text1.value
but text7.value > text2.value then text11.disable = false

i have to check these conditions only when some value exist is left hand side text boxes.


when i build a logic for this i have to put too much if condition. i want to avoid that,so is there any other way i can check the values with simple coding.

Thanks for ur all help,
...ashish
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform