ServicePack Property

 

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:

 

See Also:

BrowserBuild Property