aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/htmlformelement/submit/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/htmlformelement/submit/index.html')
-rw-r--r--files/it/web/api/htmlformelement/submit/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/it/web/api/htmlformelement/submit/index.html b/files/it/web/api/htmlformelement/submit/index.html
deleted file mode 100644
index b762349b6c..0000000000
--- a/files/it/web/api/htmlformelement/submit/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: HTMLFormElement.submit()
-slug: Web/API/HTMLFormElement/submit
-translation_of: Web/API/HTMLFormElement/submit
----
-<div>{{APIRef("HTML DOM")}}</div>
-
-<p><code>submit</code> invia il form.</p>
-
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-
-<pre class="eval"><i>HTMLForm</i>.submit()
-</pre>
-
-<h3 id="Esempio" name="Esempio">Esempio</h3>
-
-<pre class="eval">document.forms["mioForm"].submit()
-</pre>
-
-<h3 id="Note" name="Note">Note</h3>
-
-<p>Questo metodo simula ciò che accadrebbe se l'utente cliccasse sul bottone "invia".</p>
-
-<p>Se il controllo di un form (come il bottone di invio) ha come nome o un id <var>submit</var>, questo coprirà il metodo submit.</p>
-
-<h3 id="Specifiche" name="Specifiche">Specifiche</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-76767676">DOM Level 2 HTML: submit</a></p>
-
-<p>{{ languages( { "ja": "ja/DOM/form.submit" } ) }}</p>