Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/12/2010, 18:07
hibam
 
Fecha de Ingreso: mayo-2009
Mensajes: 75
Antigüedad: 14 años, 11 meses
Puntos: 2
Respuesta: Hacer página de inicio AGAIN

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
  1. <!--[if gte IE 5.5]>
  2. <span id=hp style="behavior:url(#default#homepage)"></span>
  3. <script type="text/javascript">
  4. var thePage='http://www.tupagina.com'
  5. var theText='Haz de ésta tu página de inicio'
  6. 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>");}
  7.  
  8. </script>
  9. <![endif]-->