Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/12/2007, 10:55
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 19 años, 9 meses
Puntos: 0
Re: como llamar a una funcion que esta en pagina padre desde una ventana hija

ALGUNA IDEA DE COMO RESOLVER ESTO, POR QUE LA VERDAD SI ME URGE Y YA HE BUSCADO Y NO SE SOLUCIONA MI PROBLEMA... QUE PUEDE SER ???

tengo esto :
Código:
<script>
function recuperaDato(dato){

 resultado = dato.split("|")
 window.opener.document.getElementById("peticiones").value = resultado[0];
 window.opener.document.getElementById("cliente").value = resultado[1];
 window.opener.document.getElementById("pantalla").value = resultado[2];


var pet;
var dist;
pet = resultado[0];
dist = resultado[16];

window.opener.Buscar(pet,dist);
 
 window.opener.document.getElementById("peticiones").focus();
 self.close();
 return false;
}
</script>
__________________
" Recuerda , estas donde debes estar ..."