aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/window/home
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/window/home')
-rw-r--r--files/it/web/api/window/home/index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/files/it/web/api/window/home/index.html b/files/it/web/api/window/home/index.html
new file mode 100644
index 0000000000..ab9086cc2f
--- /dev/null
+++ b/files/it/web/api/window/home/index.html
@@ -0,0 +1,24 @@
+---
+title: Window.home()
+slug: Web/API/Window/home
+translation_of: Web/API/Window/home
+---
+<div>{{APIRef}}{{ Non-standard_header() }} {{ obsolete_header(31) }}</div>
+
+<p>Rimanda il browser alla home page impostata.</p>
+
+<h2 id="Sintassi" name="Sintassi">Sintassi</h2>
+
+<pre class="eval">window.home()
+</pre>
+
+<h2 id="Esempio" name="Esempio">Esempio</h2>
+
+<pre>function vai_a_casa() {
+ window.home();
+}
+</pre>
+
+<h2 id="Specifiche" name="Specifiche">Specifiche</h2>
+
+<p>DOM Level 0. Non รจ parte di alcuna specifica.</p>