aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/defaultstatus
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/defaultstatus')
-rw-r--r--files/fr/web/api/window/defaultstatus/index.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/files/fr/web/api/window/defaultstatus/index.html b/files/fr/web/api/window/defaultstatus/index.html
index 9a991ac4fb..125688eca6 100644
--- a/files/fr/web/api/window/defaultstatus/index.html
+++ b/files/fr/web/api/window/defaultstatus/index.html
@@ -18,23 +18,21 @@ translation_of: Web/API/Window/defaultStatus
<p>{{ APIRef() }}</p>
-<h2 id="Summary" name="Summary">Résumé</h2>
-
<p>Obtient / définit le texte de la barre d'état pour la fenêtre donnée.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
-<pre class="eval notranslate"><em>var sMsg</em> = window.defaultStatus;
+<pre class="eval"><em>var sMsg</em> = window.defaultStatus;
window.defaultStatus = <em>sMsg;</em>
</pre>
-<h3 id="Parameters" name="Parameters">Paramètres</h3>
+<h3 id="Parameters">Paramètres</h3>
<ul>
<li><code>sMsg</code> est une chaîne contenant le texte à afficher par défaut dans la barre d'état.</li>
</ul>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<pre class="notranslate">&lt;html&gt;
&lt;body onload="window.defaultStatus='salut!';"/&gt;
@@ -43,10 +41,10 @@ window.defaultStatus = <em>sMsg;</em>
&lt;/html&gt;
</pre>
-<h2 id="Notes" name="Notes">Notes</h2>
+<h2 id="Notes">Notes</h2>
<p>Pour définir le statut une fois la fenêtre ouverte, utilisez {{domxref("window.status")}}.</p>
-<h2 id="Specification" name="Specification">Spécification</h2>
+<h2 id="Specification">Spécification</h2>
<p>HTML5</p>