BackBackNextNext
3.4 Advanced page numbering
  1. Sometimes you want to add page numbering that has page "3 of 17".
  1. If you want the page numbering to appear on each page you will need to put it in the header or footer.
  1. Here is the code you need to drop in:
<script type="text/javascript">
document.write('<span>Page '+iPg+' of '+iPgTot+'</span>');
</script>