12/02/2005, 08:22
|
| | Fecha de Ingreso: junio-2004
Mensajes: 60
Antigüedad: 20 años, 5 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> |