Old 18-05-2009, 12:59 AM   #1
EliteGM
Don't Ever Play With Guns
EliteGM's Avatar
Join Date: Jan 2009
Location: Canada
Posts: 135
Threads:
Rep Power: 2
Rep Point : 10
Rep Level : EliteGM is on a distinguished road
Default Text Only Viewable By Internet Explorer

Here is a code to let only Internet Explorer view the page

This code will let only internet explorer view whatever is in-between the text!
(You could add an alert inside that code if your site doesn't work with Internet Explorer, Get the alert HERE)

Code:
<!--[if IE]>

<![endif]-->
Here are some for just certain VERSIONS of Internet Explorer:

Version 8
Code:

<!--[if IE 8]>
<![endif]-->
Version 7
Code:
<!--[if IE 7]>
<![endif]-->
Version 6
Code:
<!--[if IE 6]>
<![endif]-->
Version 5.5
Code:
<!--[if IE 5.5]>
<![endif]-->
Version 5
Code:
<!--[if IE 5]>
<![endif]-->
Version 4.5
Code:
<!--[if IE 4.5]>
<![endif]-->
Version 4
Code:
<!--[if IE 4]>
<![endif]-->


{--------------------------------------------}
---------It's Me, Chad (Chadderbox25)---------
{--------------------------------------------}


Did I Close Your Thread?
Don't Know Why I Did Or Want It Re-Opened?
Contact Me And Tell Me Why You Want It Re-Opened! (In PM)

Need Help With Something? Maybe I Can Help Try Here: HERE
EliteGM is offline   Reply With Quote
Reply

Bookmarks

Tags
explorer, internet, text, viewable


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Forum Jump

Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
eXTReMe Tracker
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92