[thelist] Detecting unix browsers

Paul Backhouse paul.backhouse at 2cs.com
Fri Dec 21 05:01:39 CST 2001


If you have a unix box handy that runs asp - if your using asp that is:
you could do:
<%
response.write(Request.ServerVariables("HTTP_USER_AGENT"))
%>
to find out what the variable is for unix and then use this to detect
instead of "Windows"

cheers paul





More information about the thelist mailing list