aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/htmlformelement/action/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/htmlformelement/action/index.html')
-rw-r--r--files/it/web/api/htmlformelement/action/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/it/web/api/htmlformelement/action/index.html b/files/it/web/api/htmlformelement/action/index.html
deleted file mode 100644
index 8b55910259..0000000000
--- a/files/it/web/api/htmlformelement/action/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: HTMLFormElement.action
-slug: Web/API/HTMLFormElement/action
-translation_of: Web/API/HTMLFormElement/action
----
-<div>{{APIRef("HTML DOM")}}</div>
-
-<p><b>action</b> legge o imposta l'attributo <code>action</code> dell'elemento <code>FORM</code>.</p>
-
-<h3 id="Sintassi" name="Sintassi">Sintassi</h3>
-
-<pre class="eval"><i>stringa</i> = form.action
-form.action =
-<i>stringa</i>
-</pre>
-
-<h3 id="Esempio" name="Esempio">Esempio</h3>
-
-<pre class="eval">form.action = "/cgi-bin/publish";
-</pre>
-
-<h3 id="Note" name="Note">Note</h3>
-
-<p>L'attributo <code>action</code> di un form è il programma che viene eseguito sul server quando il form viene inviato. Questa proprietà può essere letta o impostata.</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-74049184">DOM Level 2 HTML: action</a></p>
-
-<p>{{ languages( { "ja": "ja/DOM/form.action" } ) }}</p>