| QueryString ( key ) (index ) | จะคืนค่าข้อมูล ของชื่อตัวแปรที่ส่งมา แบบ GET โดยตัวแปรนั้นมีหลายตัว ( จึงต้องใช้ดัชนีเป็นตัวชี้ ) |
|---|
method:QueryString ( object_string_key ) (int_index )
return type:String
content:จะคืนค่าข้อมูล ของชื่อตัวแปรที่ส่งมา แบบ GET โดยตัวแปรนั้นมีหลายตัว ( จึงต้องใช้ดัชนีเป็นตัวชี้ )
example:Dim options_1 = Request.QueryString ( “option” ) ( 1 ) Dim options_2 = Request.QueryString ( “option” ) ( 2 )