If i write an ASP program like given below
<html>
<body>
<%set br = server.create object("MSWC.browsertype")%>
<%=br.browser%>
</html>
</body>
It should return the name of the browser right but even though i'm using Internet Explorer it shows the bowser as netscape when i run the progam &
dont have netscape installed - can any 1 answer as to why this is so
<html>
<body>
<%set br = server.create object("MSWC.browsertype")%>
<%=br.browser%>
</html>
</body>
It should return the name of the browser right but even though i'm using Internet Explorer it shows the bowser as netscape when i run the progam &
dont have netscape installed - can any 1 answer as to why this is so