AOLVersion Property

 

Type: Double

 

If the visitor is using America Online to access your site, this property returns the AOL version number being used. Otherwise it returns 0.

 

Example:

<html>

<% set bhObj = Server.CreateObject("cyScape.browserObj")

if bhObj.AOL = True then

response.write "You are using AOL version: " & bhObj.AOLVersion

else

response.write "You are not using an AOL browser."

end if %>

</html>

 

See Also:

AOL Property