diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/it/web/api/htmlformelement/submit | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/it/web/api/htmlformelement/submit')
| -rw-r--r-- | files/it/web/api/htmlformelement/submit/index.html | 30 |
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> |
