
23/12/2008, 12:53
|
 | | | Fecha de Ingreso: septiembre-2008
Mensajes: 391
Antigüedad: 16 años, 5 meses Puntos: 10 | |
Respuesta: cerrar 3 frames Intentaste:
Código:
<script LANGUAGE="JavaScript">
<!--
function breakOut()
{ if (window != top) top.location.href = location.href; }
-->
</script>
o
Código:
<a href="elPagina.html" target="_top"></a>
|