SEO Software
Closed Thread
Results 1 to 3 of 3

Thread: Browser detection help

  1. #1

    Default Browser detection help

    Hello

    I want a javascript for browser detection, so I can redirect people using javascript according to the browser they are having.

    Please help


  2. #2

    Default

    Browser detection is possible using Javascript, however you should make your layout or scripts to be compatible with all browsers. It is generally frowned on by the web design community to use browser detection and redirection; websites should follow a standard that applies to all browsers.

    If you have issues with your CSS like min-height (which isn't read by IE) there is hacks for specific issues like that.

    What is your issue and why do you want to do a browser detection?

  3. #3
    Fresh Meat Zoli is on a distinguished road Zoli's Avatar
    Join Date
    Jan 2009
    Location
    Veszpr?m, Hungary
    Posts
    29
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    This is not a good idea. If you have designing issues you should use different style sheets, or use css hacks, conditional tags, not javascript redirection.

    Quote Originally Posted by nikon View Post
    Hello

    I want a javascript for browser detection, so I can redirect people using javascript according to the browser they are having.

    Please help

Closed Thread

Tags for this Thread

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