<?php
$useragent = $_SERVER['HTTP_USER_AGENT'];
if( eregi("(msie) ([6]{1})",
$useragent) )
{print "IE 8.0 -> do something";
}
else
{ }
?>
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1706"></script>
it works in IE 5, 6, 7, and 8.
for more info: http://code.google.com/p/ie7-js/
funciona en IE 5, 6, 7 y 8
para mas informacion: http://code.google.com/p/ie7-js/
/*
original: http://code.google.com/p/ie7-js/
*/
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta2)/IE8.js" type="text/javascript"></script>
<![endif]-->
</head>
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/715"></script>