% Response.Buffer = true session("PageName")="default" %> <% Dim strUA ' User Agent (Browser Tag) Dim arrUA ' Array med ord fra nyere browser tags Dim intUA ' til at gennemløbe array Function W3C(strUA) strUA = LCase(strUA) arrUA = Array("compatible","msie","netscape","opera","konqueror","gecko","aol") For intUA = 0 to Ubound(arrUA) If Instr(strUA,arrUA(intUA)) Or Left(strUA,7) <> "mozilla" Then W3C = "true" Exit For End If Next End Function If W3C(Request.Servervariables("HTTP_USER_AGENT")) = "true" Then 'IE 'Response.Write "ie" Response.Write "" Else 'netscape 'Response.Write "netscape" Response.Write "" End If %>
|
<% z=(dateadd("h",11,date()+round(10/24))) %>
<%=day(z)%> <%=monthname(month(z),true)%> <%=year(z)%> |