
24/04/2007, 08:03
|
 | | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 5 meses Puntos: 12 | |
Re: Se pude ocultar un frame?? Hola de nuevo, también se puede eliminar un frame:
<script language="JavaScript">
function quitarFrame()
{
if (self.parent.frames.length != 0)
self.parent.location=document.location.href;
}
quitarFrame()
</script> |