Request Object (html)

These examples are designed to run from localhost using MS IIS (Internet Information Services) web server. 

Forms

Test using Form Fields: (Need to add other fields.)

Text Field:
(txtExample)

Text area

Single Select (Window is defaulted to size="1")

Single Select (Window size="3")

Multi Select (Window size="3")
Note: CTRL-LeftMouse click for multiple choices

Check Boxes: (tags: input & type=checkbox )
Check Box #1 Check Box #2

Radio buttons: (tags: input & type="radio")
Choice #1 Choice #2 Choice #3 Choice #4

File Field

Submit Button
(Submits to: MyObjRequestForm.asp)

Request.QueryString() (URL's parameters)

Request.ServerVariables()

Other Resources