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.)