How do you check the browser's user agent in a JSP page using JSTL, EL?

后端 未结 3 715
野的像风
野的像风 2020-12-18 20:49

I need to check the browser\'s user-agent to see if it is IE6. However I shouldn\'t use scriptlets (we have a strict no scriptlets policy) to do this.

Currently I u

3条回答
提交回复
热议问题