View Single Post
ישן 08-06-11, 16:09   # 5
SpiKerG
חבר על
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 948

SpiKerG לא מחובר  

אם זה נכון מה שעשיתי?
ציטוט:
<!--[if lt IE 6]>
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Microsoft Internet Explorer")
{
alert("Website not support IE6 ,only IE9 or other browsers "); window.location = "http://www.mozilla.com"
}
</script>


<![endif]-->
<!--[if lt IE 7]>
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Microsoft Internet Explorer")
{
alert("Website not support IE7 ,only IE9 or other browsers"); window.location = "http://www.mozilla.com"
}
</script>


<![endif]-->
<!--[if lt IE 8]>
<script language="JavaScript"
type="text/JavaScript">
if(navigator.appName == "Microsoft Internet Explorer")
{
alert("Website not support IE8 ,only IE9 or other browsers "); window.location = "http://www.mozilla.com"
}
</script>


<![endif]-->
זה עובד , אבל עדיין אני רוצה להיות בטוח
__________________
גם אני שונא את המשפט בכל אשכול שלי!
  Reply With Quote