Request Object Repost Example

These examples are designed to run from localhost using MS IIS (Internet Information Services) web server. 
This example will not run from: www.michael-thomas.com (not MS IIS web server)

Example of the following:
This form is posted to: MyObjRequest_repost_gateway.asp
If it is not in Maintenance mode it will post to a dummy ASP application: MyObjRequest_repost_ex_app.asp
If in Maintenance mode it will go to: MyObjRequest_repost_systemmaintenance.htm
All Form elements are passed between the ASP pages.
(Note: I use this approach to enable/disable a web app.)

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: MyObjRequest_repost_gateway.asp)