G
Guest
Dear Support,
I'm not an ASP programmer, however so far by searching the web, I have
created this working code:
<html>
<body>
<p>
<p>
<b>School IP address:</b>
<%Response.Write(Request.ServerVariables("remote_addr"))%>
</p>
<b>Browser:</b>
<%= Request.Browser.Browser %>
</p>
<b>Browser Version:</b>
<%= Request.Browser.Version %>
</p>
<b>ActiveX Controls Enabled:</b>
<%= Request.Browser.ActiveXControls %>
</p>
<b>Operating System:</b>
<%= Request.Browser.Platform%><br>
</body>
</html>
Which detects IP, Browser, Browser Version and OS. How can I detect the OS
Service Pack which is installed? Thank you!
I'm not an ASP programmer, however so far by searching the web, I have
created this working code:
<html>
<body>
<p>
<p>
<b>School IP address:</b>
<%Response.Write(Request.ServerVariables("remote_addr"))%>
</p>
<b>Browser:</b>
<%= Request.Browser.Browser %>
</p>
<b>Browser Version:</b>
<%= Request.Browser.Version %>
</p>
<b>ActiveX Controls Enabled:</b>
<%= Request.Browser.ActiveXControls %>
</p>
<b>Operating System:</b>
<%= Request.Browser.Platform%><br>
</body>
</html>
Which detects IP, Browser, Browser Version and OS. How can I detect the OS
Service Pack which is installed? Thank you!