[javascript] window.onerror

window.onerror [javascript] - Programmation

Marsh Posté le 30-05-2001 à 22:36:37    

Quelqu'un peut me dire à quoi ça correspond?  
Merci d'avance.  :)  
Et si vous connaissiez un site où il y a les définitions de toutes les méthodes javascript de ce genre, ça serait bien!
 :hello:


---------------
Découvrez la version 2005 du  Site des Mains!! C'est la même qu'en 2004!
Reply

Marsh Posté le 30-05-2001 à 22:36:37   

Reply

Marsh Posté le 31-05-2001 à 09:33:04    

c'est un évenement comme onClick ou OnBlur mais là c'est onError
et il se déclanche quand y a un erreur
 
la liste :
 
onBlur  
onDragDrop  
onError  
onFocus  
onLoad  
onMove  
onResize  
onUnload

Reply

Marsh Posté le 31-05-2001 à 12:18:49    

Merci! :)  
Et tu peux me dire à quoi correspondent les autres?


---------------
Découvrez la version 2005 du  Site des Mains!! C'est la même qu'en 2004!
Reply

Marsh Posté le 31-05-2001 à 13:14:28    

ben il y le site de microsoft :
 
http://msdn.microsoft.com/workshop [...] mlrefs.asp

Code :
  1. onactivate          Fires when the object is set as the active element.
  2. onafterprint        Fires on the object immediately after its associated document prints or previews for printing. 
  3. onbeforedeactivate  Fires immediately before the activeElement is changed from the current object to another object in the parent document.
  4. onbeforeprint       Fires on the object before its associated document prints or previews for printing. 
  5. onbeforeunload      Fires prior to a page being unloaded. 
  6. onblur              Fires when the object loses the input focus. 
  7. oncontrolselect     Fires when the user is about to make a control selection of the object.
  8. ondeactivate        Fires when the activeElement is changed from the current object to another object in the parent document.
  9. onerror             Fires when an error occurs during object loading.
  10. onfocus             Fires when the object receives the focus. 
  11. onhelp              Fires when the user presses the F1 key while the browser is the active window. 
  12. onload              Fires immediately after the browser loads the object. 
  13. onresize            Fires when the size of the object is about to change. 
  14. onresizeend         Fires when the user finishes changing the dimensions of the object in a control selection.
  15. onresizestart       Fires when the user begins to change the dimensions of the object in a control selection.
  16. onscroll            Fires when the user repositions the scroll box in the scroll bar on the object. 
  17. onunload            Fires immediately before the object is unloaded.

Reply

Marsh Posté le 31-05-2001 à 15:13:35    

Je comprends pas ce que c'est onfocus. :??:

Reply

Marsh Posté le 31-05-2001 à 15:18:59    

c'est au moment ou le curseur se posistion sur un champs txt par exemple.

Reply

Marsh Posté le 31-05-2001 à 15:36:02    

Mouais, c'est pas très clair.
Sinon est-ce que vous savez ce que c'est window.mm_wmp ?

Reply

Marsh Posté le 31-05-2001 à 16:01:54    

coment ça c'est pas claire,
 
situons un formulaire avec deux input text, l'adresse mail et la date de livraison.
 
je veux que une fonction de vérification de adresse mail soit appelé au moment ou le client clic sur la zone text livraison
 
donc je lui dis : onFocus livraison verif adressemail

Reply

Marsh Posté le 31-05-2001 à 17:50:09    

Et onblur c'est l'inverse?  
Onblur adresse verif adresse ça vérifie l'adresse quand on quitte la zone adresse? C'est ça?

Reply

Marsh Posté le 31-05-2001 à 18:18:40    

ben oui c'est ca.
 
onblur se produit quand le champs devient inactife, quand il perd le focus.

Reply

Marsh Posté le 31-05-2001 à 18:18:40   

Reply

Marsh Posté le 31-05-2001 à 18:35:59    

Ça marche pas qu'avec les champs textes?
Et window.MM_WMP personne connait?

Reply

Sujets relatifs:

Leave a Replay

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