aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/window/home
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/it/web/api/window/home
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
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>