Select a standards-compliant document template from the following list:
The current index document is XHTML 1.1 compliant (see below).
Note that Microsoft IIS blatantly ignores all <meta http- equiv ...> headers. In order to truly set server response headers, you must use the following ASP code technique:
<% Response.CacheControl = "no-cache" %> <% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %>