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, 22 insertions, 0 deletions
diff --git a/files/it/web/api/window/forward/index.html b/files/it/web/api/window/forward/index.html
new file mode 100644
index 0000000000..e07fcaa219
--- /dev/null
+++ b/files/it/web/api/window/forward/index.html
@@ -0,0 +1,22 @@
+---
+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>