Ver Mensaje Individual
  #17 (permalink)  
Antiguo 14/10/2005, 08:49
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años
Puntos: 5
si se puede....
actualiza el archivo frame1.html

Código HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<script language="javascript">
 function abrete_ahora(esto) {
  parent.document.getElementById("frame2").src = esto;
 }
 
 function RemoveNode(idobj){
  d = document.body;
  d_nested = document.getElementById(idobj);
  throwaway_node = d.removeChild(d_nested); 
 }
</script>
<body bgcolor="#99CCCC">
<iframe id="mi_iframe" scrolling="no" src="iframe.html" width="100%" height="150" frameborder="0"></iframe>
<br><br>
<a href="javascript:void(0);" onClick="RemoveNode('mi_iframe')">CERRAR IFRAME</a>
</body>
</html> 
saludos

pd. entonces... cuentame.... es así como lo pedías??
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.