Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/08/2009, 10:18
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: imprimir el contenido de un httpRequest.responseText

Funciona de la misma forma:
Código Javascript:
Ver original
  1. var w = window.open();
  2. w.document.write(httpRequest.responseText);

Saludos.