Forum Moderators: open

Message Too Old, No Replies

Javascript Platform Redirection

Having problems.

         

Kronos9326

8:54 pm on Aug 12, 2004 (gmt 0)



I'm having a few issues. I can't seem to find anything that works the way I want it to.

I am trying to detect a user's platform.
If it is ME, 2000, NT, XP (I think that's all of them) then is stays on the current page.

If it is Anything else then it goes to another page.

Any ideas?

David.

Rambo Tribble

2:46 am on Aug 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The value returned by navigator.userAgent will include the OS info. Be aware that XP identifies itself as NT 5.1. To test an OS just write an alert(navigator.userAgent) and it will show the string.