Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Operations with some textboxes from a form
Message
De
07/12/2004 04:24:40
 
 
À
06/12/2004 09:37:35
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00967166
Message ID:
00967394
Vues:
7
Hi,

>>
Hi, i have a form with some textboxes and i need to create a function for all the textboxes where validate once the object lost focus and is numeric, how can i do this?
>>

Something like:
function txtBox_onblur()
{
  if (isNAN(document.form.txtBox.value == true){
    alert("Please enter a number");
  }
}
? HTH,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform