scusate se rispondo solo ora, ma l'ufficio era chiuso nel weekend.
@ale_1976
Non ho ben capito dove inserire l'id del div.
Questo è il codice della barra di navigazione:
Codice PHP:
<table border="0">
<tr>
<td><?php if ($pageNum_Recordset1 > 0) { // Show if not first page ?>
[url="<?php printf("]">[img]img/First.gif[/img][/url]
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_Recordset1 > 0) { // Show if not first page ?>
[url="<?php printf("]">[img]img/Previous.gif[/img][/url]
<?php } // Show if not first page ?></td>
<td><?php if ($pageNum_Recordset1 < $totalPages_Recordset1) { // Show if not last page ?>
[url="<?php printf("]">[img]img/Next.gif[/img][/url]
<?php } // Show if not last page ?></td>
<td><?php if ($pageNum_Recordset1 < $totalPages_Recordset1) { // Show if not last page ?>
[url="<?php printf("]">[img]img/Last.gif[/img][/url]
<?php } // Show if not last page ?></td>
</tr>
</table>
Dovrei assegnare un altro valore alla variabile $currentPage?
@jonnyl
Ho googlato gli script, purtroppo non sono riuscito a reperirli in alcun sito. Se ho ben capito a me interessa lo script ahahtext.js, ma come già detto non sono riuscito a trovare il download.
Visto che sono un neofita, c'è qualche guida che mi permetterebbe di manipolare lo script per la mia causa?
Altra domanda dove dovrei inserire lo script?
Grazie anticipatamente.
EDIT per errore grammaticale.