From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/it/web/api/htmlformelement/action/index.html | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 files/it/web/api/htmlformelement/action/index.html (limited to 'files/it/web/api/htmlformelement/action/index.html') 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 ---- -
{{APIRef("HTML DOM")}}
- -

action legge o imposta l'attributo action dell'elemento FORM.

- -

Sintassi

- -
stringa = form.action
-form.action =
-stringa
-
- -

Esempio

- -
form.action = "/cgi-bin/publish";
-
- -

Note

- -

L'attributo action di un form è il programma che viene eseguito sul server quando il form viene inviato. Questa proprietà può essere letta o impostata.

- -

Specifiche

- -

DOM Level 2 HTML: action

- -

{{ languages( { "ja": "ja/DOM/form.action" } ) }}

-- cgit v1.2.3-54-g00ecf