るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [101-132件を表示] (0.006秒)

別のキーワード

  1. cgi/html form
  2. cgi/html doctype
  3. cgi/html element_init
  4. cgi/html multipart_form
  5. cgi/html a

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 >>

CGI::Html4Tr#element_init (3000.0)

@todo

@todo

cgi (72.0)

CGI プログラムの支援ライブラリです。

...end
end
end
end

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}

==== ファイルのアップロード

25399 を参照してください。

===...
..." attr="bar">content</H1>

# HTML生成メソッドを追加
CGI.new("html3") # html3.2
CGI.new("html4") # html4.0 (Strict)
CGI.new("html4Tr") # html4.0 Transitional
CGI.new("html4Fr") # html4.0 Frameset
//}


HTML 生成メソッドの引数としては、基本的に Hash オブジェク...

net/http (12.0)

汎用データ転送プロトコル HTTP を扱うライブラリです。 実装は 2616 に基きます。

...の方法は、1866 Hypertext Markup Language - 2.0 で初めて公式に登場し、
HTML 4
.01 Specification の 17.13.4 Form content types
でもそのように書かれています。

ところが、同じ HTML 4.01 Specification の
B.2.2 Ampersands in URI attribute values では、
この `&'...
<< < 1 2 >>