0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.135.215.149


Current Path : /var/www/oasis/js_old/Report/
Upload File :
Current File : /var/www/oasis/js_old/Report/report_ra_qp_wise_student_count.js

function CallEnableQPwiseStudentsCount() {
  $("#page_main_div").load(
    "../html_modules/report_ra_qp_wise_student_count.html?v=07052016",
    function() {
      document.getElementById("display_module_name").innerHTML =
        "QPwise Students Count";
      document.getElementById("module_name_for_save").value =
        "QPwise Students Count";
      getDefaultHeadFooterLinks("QPwise Students Count");
    }
  );
}
function GenerateRAQPwiseStudentsCount() {
  var qp_code_from = $("#qp_code_from").val();
  var qp_code_to = $("#qp_code_to").val();
  var centerwise = $("#qpcount").val();
  var orderby = $("#orderby").val();

  window.location.href =
    $host_url +
    "GenerateRAQPwiseStudentsCount&qp_code_from=" +
    qp_code_from +
    "&qp_code_to=" +
    qp_code_to +
    "&centerwise=" +
    centerwise +
    "&orderby=" +
    orderby;
}