Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/01/2006, 12:32
neo_1899_fcb
 
Fecha de Ingreso: marzo-2003
Mensajes: 119
Antigüedad: 21 años, 1 mes
Puntos: 0
prueba así:
Código PHP:
function dibujar(opcion)
{
tabla+='<table cellpadding="0" cellspacing="0" border="0" width="190">';
....
tabla+='</table>';
document.getElementById('capa').innerHTML=tabla;