|
Form (Request オブジェクト)
Request.Form( key )
Request.Form( index ) cnt = Request.Form.Count 引数
解説
フォーム要素の値を取得します。 使用例
s1 = Request.Form("txtInput") s2 = Request.Form(1) 関連項目
Cookies|QueryString|ServerVariables|TotalBytes| |
ASPリファレンス
Application オブジェクト ASPError オブジェクト Request オブジェクト Response オブジェクト Server オブジェクト Session オブジェクト ObjectContext オブジェクト |