[javascript] Tester qu'une fonction est défine

Tester qu'une fonction est défine [javascript] - HTML/CSS - Programmation

Marsh Posté le 15-07-2004 à 13:53:55    

Comment tester qu'une fonction est définie en javascript ?
 
Thx

Reply

Marsh Posté le 15-07-2004 à 13:53:55   

Reply

Marsh Posté le 15-07-2004 à 16:32:44    

imaginons ke la fonction ke tu veux tester c toto(), alors tu fais comme ca:
 
if(window.toto) alert("ye elle existe" );
else alert("non elle existe pas" );

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed