aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/onload/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onload/index.md')
-rw-r--r--files/fr/web/api/globaleventhandlers/onload/index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onload/index.md b/files/fr/web/api/globaleventhandlers/onload/index.md
new file mode 100644
index 0000000000..e1c9c1d4c7
--- /dev/null
+++ b/files/fr/web/api/globaleventhandlers/onload/index.md
@@ -0,0 +1,24 @@
+---
+title: window.onload
+slug: Web/API/GlobalEventHandlers/onload
+tags:
+ - Référence_du_DOM_Gecko
+translation_of: Web/API/GlobalEventHandlers/onload
+---
+<p>{{ ApiRef() }}</p>
+<h3 id="R.C3.A9sum.C3.A9">Résumé</h3>
+<p>Un gestionnaire d'évènement pour l'évènement <code>load</code> (chargement) de la fenêtre.</p>
+<h3 id="Syntaxe">Syntaxe</h3>
+<pre>window.onload = refFct;
+</pre>
+<h3 id="Param.C3.A8tres">Paramètres</h3>
+<ul>
+ <li><code>refFct</code> est une référence à une fonction.</li>
+</ul>
+<h3 id="Exemple">Exemple</h3>
+<pre>window.onload = init;
+</pre>
+<h3 id="Notes">Notes</h3>
+<p>L'évènement <code>load</code> se déclenche à la fin du processus de chargement du document. À ce moment, tous les objets du document sont dans le DOM.</p>
+<h3 id="Sp.C3.A9cification">Spécification</h3>
+<p>Ne fait partie d'aucune spécification.</p> \ No newline at end of file