Guest User

Untitled

a guest
Jul 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.                     type: "POST",
  3.                     url: '<?php echo $this->baseUrl('/reports/downloadpdfyear') ?>',
  4.                     data:{
  5.                         current:currentpage
  6.                     },
  7.                     success: function(){
  8.                         window.open(baseUrl + 'Cases_year_2012_page_' + currentpage + '.pdf');
  9.                     }
  10.                 });
Add Comment
Please, Sign In to add comment