29/01/2003, 03:09
|
| | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 10 meses Puntos: 17 | |
Código:
<html>
<head>
<title>TITULO VISIBLE</title>
</head>
<frameset rows="100%,*" frameborder="no" framespacing="0" border="0">
<frame name="web" src="http://urlfinal" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0" scrolling="no" frameborder="no" border="0">
<frame name="res" src="paginaenblanco.htm" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize border="0">
</frameset>
</html>
|