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 : 18.226.88.18


Current Path : /proc/thread-self/root/var/www/oasis/js_old/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/js_old/collegedet.js

/*
 *
 * PROGRAMED BY Natesha
 * FOR THE freezeModuleAtUniversityOrCollege list ENTRY FORM
 * DATE: 31/03/09
 * TIME: 1:15 PM
 *
 */
$g_fmacs_total_row_count = 0;
$g_fmacas_org_rem_sub = "";
$g_fmacas_rem_sub = "";

function callCollegeDet() {
  $g_fmacs_total_row_count = 0;
  $g_fmacas_rem_sub = "";
  $g_fmacas_org_rem_sub = "";

  $("#page_main_div").load("../html_modules/collegedet.html", function() {
    document.getElementById("display_module_name").innerHTML =
      "Exam Collegewise Candidates list";
    document.getElementById("module_name_for_save").value =
      "freezeModuleAtAdminCollegeSubject";
    document.getElementById("is_add_edit").value = "Add";
    document.getElementById(
      "freeze_module_at_university_college"
    ).style.height = "420px";
    // getDefaultHeadFooterLinks('Center Details det');
  });
  $("#module_details_div").hide();
}

function CollegeDet() {
  if (trim(document.getElementById("fmacas_degree_code").value) == "") {
    alert("Please enter the Degree. Code");
    document.getElementById("fmacas_degree_code").focus();
    return;
  }

  if (trim(document.getElementById("fmacas_sub_Examno").value) == "") {
    alert("Please enter the Degree. Code");
    document.getElementById("fmacas_sub_Examno").focus();
    return;
  }
  window.location.href =
    $host_url +
    "GenerateCollegeCentrStud.demo&degree=" +
    document.getElementById("fmacas_degree_code").value +
    "&examno=" +
    document.getElementById("fmacas_sub_Examno").value;
}