<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% Const L_NOCOOKIES_TEXT = "Your browser does not allow cookies. " Const L_TURNONCOOKIES_TEXT = "Cookies must be enabled in order to use Internet Service Manager (HTML). Please adjust your browser settings, and " Const L_CLICKHERE_TEXT = "click here." %> Microsoft Internet Service Manager <% if Session("Browser") <> "" then%>
 
<% if Session("IsIE")then %> <% end if %>  

Please select your system font size:

Choose Large if the text in the following box wraps.
Otherwise, choose Small.

Does this text wrap?

<% else %>
   

<%= L_NOCOOKIES_TEXT %>

<%= L_TURNONCOOKIES_TEXT %><%= L_CLICKHERE_TEXT %>

<% end if %>