PHP Classes

Paging links do not work

Recommend this page to a friend!

      PHP AJAX pagination  >  All threads  >  Paging links do not work  >  (Un) Subscribe thread alerts  
Subject:Paging links do not work
Summary:Every part of PHP and HTML works fine
Messages:1
Author:Hellston Linhares
Date:2011-07-26 23:25:45
 

  1. Paging links do not work   Reply   Report abuse  
Picture of Hellston Linhares Hellston Linhares - 2011-07-26 23:25:45
Every part of PHP and HTML works fine, but the links that call javascript function not working.

For example:

<a href="javascript:pagination(20);">2</a>

Nothing happens, it seems that the function does not exist.

What is the correct way to work with this javascript function?