<%@ Language=VBSCRIPT %> <% profile = Request.ServerVariables("HTTP_Profile")%> <% blackberry = InStr(1, profile, "blackberry", 0)%> <% userAgent = Request.ServerVariables("HTTP_USER_AGENT")%> <%If (Not IsNull(blackberry)) And (blackberry <> 0) Then%> <% start = InStr(1, profile, "uaprof", 0)%> <% pend = InStr(1, profile, ".rdf", 0)%> <% mv = Mid(profile, start+7, pend-start)%> <% slash = InStr(1, mv, "/", 0)%> <% pend = InStr(1, mv, ".rdf", 0)%> <% model = Mid(mv, 1, slash-1)%> <% version = Mid(mv, slash+1, pend-slash-1)%>

BlackBerry Client for use with Microsoft(R) Office Communications Server 2007(TM) v2.1.19


<%if (StrComp(Left(version, 3), "4.1") = 0) then%> Download BlackBerry Client for use with Microsoft(R) Office Communications Server 2007(TM) over the air now (<%=model + " " + version%>) <%elseif ((StrComp(Left(version, 3), "4.2") = 0) Or (StrComp(Left(version, 3), "4.3") = 0) Or (StrComp(Left(version, 3), "4.5") = 0)) then%> Download BlackBerry Client for use with Microsoft(R) Office Communications Server 2007(TM) over the air now (<%=model + " " + version%>) <%elseif ((StrComp(Left(version, 3), "4.6") = 0) ) then%> Download BlackBerry Client for use with Microsoft(R) Office Communications Server 2007(TM) over the air now (<%=model + " " + version%>) <%else%> Your BlackBerry smartphone version is not supported (<%=model + " " + version%>). <%end if%>
<%Else%>
Your browser is not supported. Please use Microsoft Internet Explorer.

BlackBerry Client for use with Microsoft(R) Office Communications Server 2007(TM) v2.1.19



Your browser is not supported. Please use Microsoft Internet Explorer.

Enter
0%


<%End If%>