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??