<% Response.Expires = 0 %> <% REM Get variables %> <% REM svr = Server name %> <% REM id = Expiration Policy Id %> <% L_PAGETITLE_TEXT = "Microsoft Internet Service Manager" %> <% svr = Request("svr") %> <% id = Request("id") %> <% = L_PAGETITLE_TEXT %> <% REM Determine browser to set frame size %> <% if Instr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then %> <% else %> <% end if %>