detect blackberry os version
Does somebody know the code to detect the Blackberry version with coldfusion?
First, i have code to detect if its a blackberry :
<cfif findNoCase('BlackBerry', CGI.HTTP_USER_AGENT)>
And if its a blackberry i need to detect the version of the OS because our mobile site only support version 4.5.0.127 and up. If the version is under that i have to redirect the user to another page to tell him that his OS version is not supported, they have to update there OS before using our mobile site.
Please HELP!!! ![]()
