Block IE 6 on webbsite?

Discussion in 'Web Programming' started by Cheeter, Mar 4, 2007.

Block IE 6 on webbsite?
  1. Unread #1 - Mar 4, 2007 at 8:07 PM
  2. Cheeter
    Joined:
    Jun 5, 2005
    Posts:
    3,851
    Referrals:
    1
    Sythe Gold:
    31
    Discord Unique ID:
    236215891849641985
    Discord Username:
    Charkel#8050
    Extreme Homosex Homosex

    Cheeter Grand Master
    Cheetah Retired Global Moderator

    Block IE 6 on webbsite?

    Any one got a script that blocks IE 6 users from entering my website?
    I need this because I'm going to save my images in Transparent .PNG wich IE 6 don't support. Luckily They implemented it in IE 7 so I don't need to block tha.
     
  3. Unread #2 - Mar 8, 2007 at 6:44 PM
  4. Rshopper
    Joined:
    Jan 21, 2007
    Posts:
    685
    Referrals:
    0
    Sythe Gold:
    0

    Rshopper Apprentice
    Banned

    Block IE 6 on webbsite?

    You're mean. :p The number of IE6 users still exceeds the number of Mozilla and IE7 users combined. But anyways...
    The HTTP_USER_AGENT server variable contains information on the browser in use. Use the $_server() command to access this variable.

    For more information: http://us3.php.net/reserved.variables
     
  5. Unread #3 - Mar 11, 2007 at 11:18 AM
  6. jackyyll
    Referrals:
    1

    jackyyll Guest

    Block IE 6 on webbsite?

    Isn't there CSS that allows you to switch out the image if they have IE6? I dont remember the exact code :s
     
  7. Unread #4 - Mar 11, 2007 at 11:11 PM
  8. Cheeter
    Joined:
    Jun 5, 2005
    Posts:
    3,851
    Referrals:
    1
    Sythe Gold:
    31
    Discord Unique ID:
    236215891849641985
    Discord Username:
    Charkel#8050
    Extreme Homosex Homosex

    Cheeter Grand Master
    Cheetah Retired Global Moderator

    Block IE 6 on webbsite?

    Yes but I'm using background images wich it dosen't support e.t.c.
     
  9. Unread #5 - Mar 11, 2007 at 11:43 PM
  10. Cody
    Joined:
    May 10, 2005
    Posts:
    3,052
    Referrals:
    5
    Sythe Gold:
    30

    Cody Grand Master
    Visual Basic Programmers

    Block IE 6 on webbsite?

  11. Unread #6 - Mar 12, 2007 at 1:20 AM
  12. Leviticus
    Referrals:
    0

    Leviticus Guest

    Block IE 6 on webbsite?

    Nice Cody, I'm adding that to my site. IE is fugly.
     
  13. Unread #7 - Mar 17, 2007 at 2:54 AM
  14. T-Trader
    Joined:
    Mar 15, 2007
    Posts:
    92
    Referrals:
    0
    Sythe Gold:
    0

    T-Trader Member

    Block IE 6 on webbsite?

    Disallowing IE users from entering your website is a bad thing to do as there are a lot of IE users.

    Use this code to fix the PNG background bug, I took this code from the microsoft's website (I had the same with my own website):
     
  15. Unread #8 - Mar 17, 2007 at 10:51 AM
  16. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Block IE 6 on webbsite?

    Uh, read the whole thread; that's been posted already.
     
  17. Unread #9 - Apr 6, 2007 at 7:32 AM
  18. Cheeter
    Joined:
    Jun 5, 2005
    Posts:
    3,851
    Referrals:
    1
    Sythe Gold:
    31
    Discord Unique ID:
    236215891849641985
    Discord Username:
    Charkel#8050
    Extreme Homosex Homosex

    Cheeter Grand Master
    Cheetah Retired Global Moderator

    Block IE 6 on webbsite?

    <3 Thank you :D

    I forgot about this topic :p
     
  19. Unread #10 - Apr 6, 2007 at 4:47 PM
  20. r0b0t1
    Joined:
    Jan 23, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    r0b0t1 Active Member

    Block IE 6 on webbsite?

    Code:
    <script type="text/javascript">
    <!--
    var navname = Navigator.AppName
    
    If (navname == Microsoft Internet Explorer)
    {
     document.location('PAGE TO BE TRANSFERRED TO')
    }
    </script>
     
< [req] PHP world switcher | Online Text Based Game Help? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site