Possible Duplicate:
Determine what Browser being used, using javascript
I'm trying to implement a method in JavaScript which would detect the User's browser for starters and print it.
I already know about the Navigator Object in JavaScript, but I do not want to use that. Is there any other way of doing it?
Thanks.