216件ヒット
[201-216件を表示]
(0.071秒)
別のキーワード
ライブラリ
- ビルトイン (12)
-
cgi
/ html (24) -
net
/ http (72) - openssl (12)
-
rubygems
/ specification (24) - strscan (12)
-
webrick
/ httpservlet / abstract (12) -
webrick
/ httpservlet / cgihandler (12) -
webrick
/ httpservlet / erbhandler (12) -
webrick
/ httpservlet / filehandler (12) -
webrick
/ httpservlet / prochandler (12)
クラス
モジュール
-
CGI
:: HtmlExtension (24)
キーワード
-
do
_ POST (60) - form (24)
- post2 (24)
-
post
_ connection _ check (12) -
post
_ match (24) -
request
_ post (24)
検索結果
先頭2件
-
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") -> String (217.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。
@param en......type 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urle... -
CGI
:: HtmlExtension # form(method = "post" , action = nil , enctype = "application / x-www-form-urlencoded") { . . . } -> String (217.0) -
form 要素を生成します。 ブロックを与えると、ブロックを評価した結果が内容になります。
...ブロックを与えると、ブロックを評価した結果が内容になります。
@param method method 属性の値として "get" か "post" を指定します。
@param action action 属性の値を指定します。デフォルトは現在の CGI スクリプト名です。
@param en......type 属性の値を指定します。デフォルトは "application/x-www-form-urlencoded" です。
例:
form{ "string" }
# <FORM METHOD="post" ENCTYPE="application/x-www-form-urlencoded">string</FORM>
form("get"){ "string" }
# <FORM METHOD="get" ENCTYPE="application/x-www-form-urle...