Welcome to my blog! See the archive page for all posts, and subscribe to the feed.

Internet Explorer 6'dan kurtulmak için alternatif bir yöntem

Posted 2 years, 10 months ago

Fatih Hayrioğlu'nun FriendFeed'deki Internet Explorer 6 konulu girdisinde, sadece IE6 kullanıcıları için tarayıcıyı kilitleyecek bir kod yazmayı önermiştim.

Bugün, uykusuzluğumu da gidermek amacıyla küçük bir çalışma yaptım. Aşağıdaki kod ile, sayfayı IE6 ile ziyaret ederseniz tarayıcı göçecektir :)

var IE6 = false /*@cc_on || @_jscript_version <= 5.7 @*/;
if (IE6) for (x in document.write) document.write(x); // [1]

[1] Wikipedia

Print

About me

Me!

I'm a passionate, open source lover software developer from Istanbul, Turkey with extensive PHP experience who also has a crush on Python and JavaScript.

You can contact me by emailing berker.peksag@gmail.com.

Follow me on Twitter and fork me on GitHub!