![]() Preserved Topic: Browser detection for NN 6.1 (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
![]() I have some pages that NN 6.0 kills, but that 6.1 renders fairly well. I currently have a script that redirects any browser except IE to a different version of the page. I would like to know how to modify it to make NN 6.1 only and IE to not be redirected. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() I don't have 6.0 (which was weak in it's JS implementation) |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Thanks Bitdamaged |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Shoot I actually have 6.0 and that code won't work |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Dammit. I'm not sure it can be done. both are showing up as Mozilla 5.0 in JS you may need to do it on the server side, the header code may be different |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Yea |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() What's wrong with this: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() That seems to have done the trick. |