webbläsare?
2 svar · 215 visningar · startad av mastermani
<% Response.Buffer = True %>
<%
Browser = Request.ServerVariables("HTTP_USER_AGENT")
If InStr(1, Browser, "MSIE 5") then
browser = "IE5"
Else If InStr(1, Browser, "MSIE 4") then
browser = "IE4"
Else If InStr(1, Browser, "Mozilla/5") then
browser = "NS6"
Else If InStr(1, Browser, "Mozilla/4") then
browser = "NS"
Else
browser = "Annan webbläsare"
End If
End If
End If
End If
response.write(browser)
%>
Ändrade lite i ett script jag hittade på wF script.
------------------
"Datorer behöver i framtiden inte väga mer än 1,5 ton."
Popular Mechanics, 1949