From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/htmlformelement/action/index.html | 26 ---------------------- files/fr/web/api/htmlformelement/action/index.md | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 files/fr/web/api/htmlformelement/action/index.html create mode 100644 files/fr/web/api/htmlformelement/action/index.md (limited to 'files/fr/web/api/htmlformelement/action') diff --git a/files/fr/web/api/htmlformelement/action/index.html b/files/fr/web/api/htmlformelement/action/index.html deleted file mode 100644 index 7faeadc67a..0000000000 --- a/files/fr/web/api/htmlformelement/action/index.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: HTMLFormElement.action -slug: Web/API/HTMLFormElement/action -translation_of: Web/API/HTMLFormElement/action ---- -
{{APIRef("HTML DOM")}}
- -

La propriété HTMLFormElement.action représente l'action associée à l'élément {{HTMLElement("form")}}.

- -

L'action d'un formulaire est le programme exécuté sur le serveur lorsque le formulaire est soumis. Cette propriété peut être récupérée ou définie.

- -

Syntaxe

- -
string = form.action
-form.action = string
-
- -

Exemple

- -

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

- -

Spécification

- -

HTML 5, Section 4.10.19.6, Form submission

- -

DOM Level 2 HTML: action

diff --git a/files/fr/web/api/htmlformelement/action/index.md b/files/fr/web/api/htmlformelement/action/index.md new file mode 100644 index 0000000000..7faeadc67a --- /dev/null +++ b/files/fr/web/api/htmlformelement/action/index.md @@ -0,0 +1,26 @@ +--- +title: HTMLFormElement.action +slug: Web/API/HTMLFormElement/action +translation_of: Web/API/HTMLFormElement/action +--- +
{{APIRef("HTML DOM")}}
+ +

La propriété HTMLFormElement.action représente l'action associée à l'élément {{HTMLElement("form")}}.

+ +

L'action d'un formulaire est le programme exécuté sur le serveur lorsque le formulaire est soumis. Cette propriété peut être récupérée ou définie.

+ +

Syntaxe

+ +
string = form.action
+form.action = string
+
+ +

Exemple

+ +

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

+ +

Spécification

+ +

HTML 5, Section 4.10.19.6, Form submission

+ +

DOM Level 2 HTML: action

-- cgit v1.2.3-54-g00ecf