A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLFormElement/method below:

HTMLFormElement: method プãƒãƒ‘ティ - Web API

HTMLFormElement: method プロパティ

Baseline Widely available

HTMLFormElement.method プロパティは、<form> を送信するために使用される HTTP メソッドを表します。

明示的に指定されなかった場合、既定のメソッドは 'get' です。

値

文字列です。

例
document.forms["myform"].method = "post";

const formElement = document.createElement("form"); // フォームを生成
document.body.appendChild(formElement);
console.log(formElement.method); // 'get'
仕様書 ブラウザーの互換性

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4