Cita:
Iniciado por Kurassier
Estimado, te recomiendo JQuery en ese caso, ya que no estas usando Bases de Datos, lo unico que haces es usar QuickPager
Código Javascript
:
Ver original<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/quickpager.jquery.js"></script>
$(document).ready(function() {
$(".pageme tbody").quickPager( {
pageSize: 5,
currentPage: 1,
pagerLocation: "after"
});
});
</script>
Código HTML:
Ver original<center><table border="0" width="400" cellpadding="3" cellspacing="3" class="pageme"> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <td>Virus check complete. All viruses functioning normally
</td> <tr>Tablas Dinamicas
</tr> </center>
gracias por responder
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
!!!
probe con lo que decis, y tambien estuve probando otrso ejemplos mas, pero cargan todos en la primera pagina, yo necesitaria que carguen a medida que paso de paginas :S. Sino, si tengo 2500 fotos que repartir se me tilda la pagina :S.
Saludos!