Este código funcionó para todos los navegadores. A lo mejor debido a que todos los navegadores tienen sus propios estandares y por cuestiones de seguridad, no todos lo sigan aceptando.
Código Javascript
:
Ver original<!--[if gte IE 5.5]>
<span id=hp style="behavior:url(#default#homepage)"></span>
<script type="text/javascript">
var thePage='http://www.tupagina.com'
var theText='Haz de ésta tu página de inicio'
if (!hp.isHomePage(thePage)) {document.write("<p><a href=\"#\" onclick=\"style.behavior='url(#default#homepage)';setHomePage(thePage);window.location.href=window.location.href;return false;\">"+theText+"</a>");}
</script>
<![endif]-->