Ver Mensaje Individual
  #5  
Antiguo 03-05-2006
Avatar de chrids506
chrids506 chrids506 is offline
Miembro
 
Registrado: abr 2006
Posts: 70
Reputación: 19
chrids506 Va por buen camino
Disculpen que los moleste de nuevo

he puesto esto:
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
>
<
html>
<
head>
<
title>Untitled Document</title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
script language=javascript>
function 
popup(url){
    
miVentana window.open("indes.htm","Ventana","width=400,height=600,scrollbars=NO"); // Abres el POPUP
    
miVentana.frames[0].location url;  // hay que cambiar el numero del frame.
}  
</script> 
</head>

<body>
<a href="javascript:popup('center2.htm')">ir</a> 
</body>
</html> 
Pero aunque me abre a la perfección el pop-up, no me abre bien el frame, es más no hace nada, alguna idea de por que, y disculpe mi innorancia
Responder Con Cita