When ever user tries to open an application other than mozilla(fire fox) or IE browser , we need to alert the user telling him please open the application in IE or Firefox browser. And the browser which he has opened the application should stop and we should not close the browser in which he has opened
Ex : like other browser ( google crome, opera )
So first I need to check which browser are they running the application based on that I need to send an alert message.
Any help on this would be greatly appreciated.
thanks
use javascript navigator object to check browser and then alert user..