Type: String
Returns a string that contains detailed information about the service pack of the browser, and any "Q" patches that are installed. For example: "SP2; Q321232;".
Example:
<% set bhObj = Server.CreateObject("cyScape.browserObj")
bhObj.SetExtProperties "ServicePack"
bhObj.GetExtPropertiesEx
%>
<html>Your browser is:
<%
response.write bhObj.Browser & " " & bhObj.FullVersion & " " & bhObj.ServicePack
%> </html>
Special notes for this property:
This property is only set for IE version 4 and higher on Windows platforms.
If the user’s JavaScript is disabled this property will not be available.
See Also: