| Author |
Detecting browser
|
Srinivasa Kadiyala
Ranch Hand
Joined: Jun 10, 2004
Posts: 237
|
|
I am using the following struts tags to detect the browser and surprisingly IE is not able to show up as MSIE.able to detect in Netscape as Netscape7.2 and Windows NT. Can any one help me ? <logic resent header="user-agent"> <logic:match header="user-agent" value="Netscape/7.2"> Netscape7.2 </logic:match> <logic:match header="user-agent" value="Windows NT 5.1"> Windown NT 5.1 </logic:match> <logic:match header="user-agent" value="MSIE 6.0"> MSIE </logic:match> </logic resent> Thanks in advance
|
Srini
|
 |
 |
|
|
subject: Detecting browser
|
|
|