Notify users from my webpage that their browser does not have the latest update? -


I want to show a warning message to all of my logged-in users in my web application if their browser is not the latest version. So if they are using IE8 without the latest security patches, or if they are using Firefox 3.0 (instead of 3.5 or 3.6 at this point), or if the new version is stable, then the earlier version of Safari / Chrome Are using

Check Out There are some constants for all different browsers and the current version. You can maintain a small database as a javascript file that contains the most current browser version and that you use from all your web applications.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -