How to detect Browser using JSP ?
843840Sep 8 2007 — edited Sep 8 2007Hi friends,
I wanna to put some code to detect browser and
Other than IE6+ i have to block other browser to display login.
How do i check that ? Using JSP.
e.g.
If i open IE6+ login page should be displayed. Else on other browsers
it will check brower and deny to display login page.
How Do i check it ? please Help me.