Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2008, 08:33
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: Manejo de ajax y Frames

Hola

Si estas haciendo esto:
Código PHP:

$objResponse
->addAssign("referido","innerHTML",$html); 
el div "referido" tendria que estar en la pagina donde asignaste a funcion xajax
pero quiza puedas hacer esto:

Código PHP:


$objResponse
->addScript("window.mainframe.document.getElementById('referido').innerHTML = '".$HTML."'"); 
espero te ayude
__________________
My path is lit by my own fire, I only go where I desire