Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/04/2007, 08:03
Avatar de sirguy
sirguy
 
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>