Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/02/2005, 08:22
al3jo
 
Fecha de Ingreso: junio-2004
Mensajes: 60
Antigüedad: 19 años, 10 meses
Puntos: 1
aqui tienes un ejemplo de como podrias hacerlo:
<html>
<head>
</head>
<frameset border="0" frameborder="0" framespacing="0" rows="100%,*">
<frame name="frame" noresize src="index.php">
</frameset>
<noframes>
<meta http-equiv="refresh" content="0; url=index.html">
<body>
<a href="http://localhost/tusite</a>
</body>
</noframes>
</html>