Ver Mensaje Individual
  #8 (permalink)  
Antiguo 06/10/2005, 13:33
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 6 meses
Puntos: 5
sus deseos son ordenes....

index.html

Código PHP:
<script>
function 
iframe() {
window.frames['datos'].document.location.href url;
}
</script>
 
function Find() {
window.open("popup.html", "buscar", "");

Código HTML:
<a href="javascript:void(0);" onClick="Find()">ABRIR POPUP</a> 
Código HTML:
<iframe id="datos" src="iframe.html" width="100%" height="500" frameborder="0"></iframe> 

popup.html

Código HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<script language="javascript">
function ejecutar() {
window.opener.iframe();
}
</script>
<body>
<A href="javascript:void(0);" onClick="ejecutar();"><strong>EJECUTAR</strong>></a>
</body>
</html> 
espero te guste
__________________
Saruman

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