aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/window/forward/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/window/forward/index.html')
-rw-r--r--files/it/web/api/window/forward/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/files/it/web/api/window/forward/index.html b/files/it/web/api/window/forward/index.html
deleted file mode 100644
index e07fcaa219..0000000000
--- a/files/it/web/api/window/forward/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: Window.forward()
-slug: Web/API/Window/forward
-translation_of: Web/API/Window/forward
----
-<div>{{APIRef}}</div>
-
-<p>Visualizza la pagina successiva che si trova nella Cronologia, come se l'utente avesse cliccato sul bottone Avanti.</p>
-
-<h2 id="Sintassi" name="Sintassi">Sintassi</h2>
-
-<pre class="eval">window.forward()
-</pre>
-
-<h2 id="Esempio" name="Esempio">Esempio</h2>
-
-<pre class="eval">function vaiAvanti() { if (possoAndareAvanti) window.forward(); }
-</pre>
-
-<h2 id="Specifiche" name="Specifiche">Specifiche</h2>
-
-<p>DOM Level 0. Non รจ parte di alcuno standard.</p>