Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/11/2008, 14:26
noreligion_79
 
Fecha de Ingreso: octubre-2008
Mensajes: 47
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Duda al Cargar Pagina Web

Al colocar la funcion debajo de
</html>
<body Onload="history.go(0)">
</body>


la pagina carga pero parpadea incesantemente....


aqui listo mi codigo a ver si existe algun error:


----------------------------------------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Synapsys</title>

<!-- MOSTRAR IMAGEN CENTRADA SIN MOSAICO -->
<style type="text/css">
body {
background: url(Activos/Fondos/FONDO_DE_PAGINA_BITACORA.jpg) no-repeat;
}
</style>

<!-- MAXIMIZAR PANTALLA INICIAL -->
<script language="JavaScript1.2">
window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.avail Height);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.wi ndow.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
</script>

<br>
BIENVENIDOS A LA NUEVA BITACORA DELSUR BANCO UNIVERSAL</font></strong></p>
</marquee>
</div>
<p>&nbsp;</p>
<body Onload="history.go(0)">
</body>
</html>