Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 2 of 2
  1. #1
    Skyzyx is offline Registered User
    Join Date
    Aug 2002
    Location
    San Jose, CA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Gecko userAgents

    I'm working on a web design project, and I just need to know what the JavaScript navigator.userAgent value is for Mozilla, Netscape 6/7, and AOL all under the MacOSX platform. I'm focusing on Gecko in this project.

    This information would help me out ALOT, since I don't have access to a MacOSX computer.

    This is your browsers userAgent value.
    Code:
    <html>
    <body>
    <script language="javascript">
    document.write(navigator.userAgent);
    </script>
    </body>
    </html>
    I don't have time to go to CompUSA and try this on their computers, so any help I can get is much appreciated.

    Thanks!

  2. #2
    EZX
    EZX is offline Registered User
    Join Date
    May 2001
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Chimera 0.4:

    Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0) Gecko/20020724

    Good luck.

 

 

Similar Threads

  1. Safari is not as good as the Gecko
    By toast in forum Opinions, & Open Letters
    Replies: 5
    Last Post: January 7th, 2003, 02:25 PM
  2. Browsers Poll (More browsers to Choose)
    By joeth in forum Mac OS X System & Mac Software
    Replies: 26
    Last Post: May 19th, 2002, 10:34 AM
  3. AOL to switch to Gecko (Mozilla)
    By googolplex in forum Apple News, Rumors & Discussion
    Replies: 9
    Last Post: March 12th, 2002, 03:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •