aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/htmlformelement/method/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/api/htmlformelement/method/index.html')
-rw-r--r--files/it/web/api/htmlformelement/method/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/it/web/api/htmlformelement/method/index.html b/files/it/web/api/htmlformelement/method/index.html
new file mode 100644
index 0000000000..bffd4f7faf
--- /dev/null
+++ b/files/it/web/api/htmlformelement/method/index.html
@@ -0,0 +1,28 @@
+---
+title: HTMLFormElement.method
+slug: Web/API/HTMLFormElement/method
+translation_of: Web/API/HTMLFormElement/method
+---
+<div>{{APIRef("HTML DOM")}}</div>
+
+<p><b>method</b> legge o imposta il metodo HTTP utilizzato per l'invio del form.</p>
+
+<p>
+ </p><h3 id="Sintassi" name="Sintassi">Sintassi</h3>
+<p></p>
+
+<pre class="eval"><i>stringa</i> = form.method
+form.method =
+<i>stringa</i>
+</pre>
+
+<h3 id="Esempio" name="Esempio">Esempio</h3>
+
+<pre class="eval">document.forms["myform"].method = "POST";
+</pre>
+
+<h3 id="Specifiche" name="Specifiche">Specifiche</h3>
+
+<p><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-82545539">DOM Level 2 HTML: method</a></p>
+
+<p>{{ languages( { "ja": "ja/DOM/form.method" } ) }}</p>