aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/length/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/window/length/index.html')
-rw-r--r--files/fr/web/api/window/length/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/files/fr/web/api/window/length/index.html b/files/fr/web/api/window/length/index.html
index 2980798007..af1ee54111 100644
--- a/files/fr/web/api/window/length/index.html
+++ b/files/fr/web/api/window/length/index.html
@@ -5,11 +5,9 @@ translation_of: Web/API/Window/length
---
<div>{{ ApiRef() }}</div>
-<h2 id="Summary" name="Summary">Résumé</h2>
-
<p>Retourne le nombre de frames (soit des éléments de frame ou iframe) présent sur la page.</p>
-<h2 id="Syntax" name="Syntax">Syntaxe</h2>
+<h2 id="Syntax">Syntaxe</h2>
<pre class="syntaxbox"><em>nombreDeFrames</em>= window.length;
</pre>
@@ -18,12 +16,12 @@ translation_of: Web/API/Window/length
<li><em>nombreDeFrames est égal au nombre de frames présent sur la page.</em></li>
</ul>
-<h2 id="Example" name="Example">Exemple</h2>
+<h2 id="Example">Exemple</h2>
<pre class="brush:js">if (window.length) {
// La page contient des frames
}</pre>
-<h2 id="Specification" name="Specification">Specification</h2>
+<h2 id="Specification">Specification</h2>
<p>{{DOM0}}</p>