Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/06/2009, 06:19
angelosss
 
Fecha de Ingreso: abril-2009
Mensajes: 104
Antigüedad: 15 años
Puntos: 0
Respuesta: AJAX como recargar el contenido de una tabla

hola, esta es la tabla:

Código HTML:
 <table width="100%" bgcolor="#FFFFFF">     
            <tbody id="est1">
            <tr>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">Fecha</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">Titulacion</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">Especialidad</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">Nivel</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">Centro</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">&nbsp;</th>
                <th class="texto_tb1" style="font-weight:normal; padding:10px;">&nbsp;</th>
            </tr>
</tbody>
</table>