REQUIREMENT: I want to compare user's browser version is latest one or not. So what I want is to check what browser i.e. IE, Chrome, FF or Safari and then what version of that browser is using. Then I need to check if the version user having is latest one or not. If it is not latest then I want to notify user with some custom user defined message.
WHAT I HAVE DONE: I'm able to detect user browser and version.
PROBLEM: How to check what is the latest version of that browser that user is using.
NOTE: I read this thread but I didn't find any answer.
Please let me know how to check the latest version of different browsers i.e. IE, Chrome, FF and Safari.
Thanks!!!