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.149.24.70


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

function callenablestudentcount() {
  $("#page_main_div").load("../html_modules/student_count.html", function() {
    document.getElementById("display_module_name").innerHTML = "Student Count";
    document.getElementById("module_name_for_save").value = "Student Count";
    getDefaultHeadFooterLinks("Student Count");
  });
}
function Generatestudentcount() {
  var degree_code_from = $("#degree_code_from").val();
  var degree_code_to = $("#degree_code_to").val();
  var cntr_from = $("#cntr_from").val();
  var cntr_to = $("#cntr_to").val();
  var studcount = $("#studcount").val();
  if (studcount == "") {
    alert("select report type");
    return;
  }

  window.location.href =
    $host_url +
    "Generatestudentcount&degree_code_from=" +
    degree_code_from +
    "&degree_code_to=" +
    degree_code_to +
    "&studcount=" +
    studcount +
    "&cntr_from=" +
    cntr_from +
    "&cntr_to=" +
    cntr_to;
}