08/04/2013, 01:19
|
| | Fecha de Ingreso: febrero-2012
Mensajes: 59
Antigüedad: 12 años, 9 meses Puntos: 0 | |
Respuesta: Recargar web si hash vacío Cita:
Iniciado por emprear Si, ya lo noté, al abrir por primera vez no funciona bien en FF, hacelo asi
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript"> //<![CDATA[ window.onload= function(){ if(!location.hash){ window.location.href = "#marcador"; } } //]]> <div style="height: 900px;">contenido A </div> <div id="marcador" style="background: red;">marcador </div>
Así te asegurás que el objeto window carga completamente
A mi me funcionó bien
Saludos Ahora si! Muchas gracias por tu ayuda de verdad!! Que grande!
Saludos!
Última edición por dBer; 12/04/2013 a las 02:52 |