Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2005, 21:33
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses
Puntos: 39
Hola CARCAHARAS!
Hasta donde yo sé, no se puede. Además, que no tiene mucho sentido. Aún así, te doy un ejemplito. Quizás te ayude en algo
Código HTML:
<html>
<head>
<title>Untitled Document</title>
<script language="javascript">
curWin = window.history.length;
function f()
{
	if (window.history.length < curWin)
		window.history.forward();	
}
</script>
</head>
<body onLoad="f()">
<h1>Hola!</h1>
</body>
</html> 
Si logras encontrar una solución, postéala
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.