Visit Mozilla.org

DOM:form.action

出典: MDC

« Gecko DOM リファレンス

目次

[編集] 概要

action はFORM要素のactionを取得(get)/設定(set)します。

[編集] 構文

string = form.action
form.action = string

[編集]

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

[編集] 注記

formのactionはフォームが投稿されたときサーバ上で実行されるプログラムです。このプロパティは読み出しまたは設定ができます。

[編集] 仕様

DOM Level 2 HTML: action