Help for this page

Select Code to Download


  1. or download this
    <a href="" onClick="changePage(2); return false;">[2]</a>,  <a href=""
    + onClick="changePage(3); return false;">[3]</a>
    
  2. or download this
    function changePage(page){
      document.thisForm.theCurrentPage.value=page;
      document.thisForm.submit();
    }