Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/07/2010, 16:19
Avatar de SPAWN3000
SPAWN3000
 
Fecha de Ingreso: marzo-2008
Ubicación: Bogota
Mensajes: 858
Antigüedad: 16 años, 1 mes
Puntos: 15
Prototype retornandocodigo HTML IE6

Hola a todos,

Lenguajes: PHP y prototype.

Estoy intentando retornar una tabla html utilizando prototype.
Funciona bien firefox, pero no en internet explorer.


Esto $inst-> getTable(1,2,$numTotal) retorna: <table><thead>...</table>.

Código:
	echo '<script type="text/javascript">';
	echo 'comet.printServerTime('.$inst-> getTable(1,2,$numTotal).');';
	echo '</script>';
Alguna sugerencia al respecto, realmente le he dado algunas vueltas y nada.

De antemano mil gracias,