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.118.126.69
Current Path : /var/www/oasis/js/ |
| Current File : /var/www/oasis/js/iaroomallotmantsummary.js |
function calliaroomallotmantsummary() {
$("#page_main_div").load(
"../html_modules/iaroomallotmantsummary.html",
function() {
document.getElementById("display_module_name").innerHTML =
"IA Room Allotment Summary";
document.getElementById("module_name_for_save").value =
"IA Room Allotment Summary";
getDefaultHeadFooterLinks("IA Room Allotment Summary");
getIAAllotmentDegreeName();
}
);
//$('#module_details_div').hide();
}
function Generateiaroomallotmantsummary() {
var degree = $("#degree").val();
var degexam = $("#degexam").val();
if (date_format($("#frm_date").val()) == "") {
alert("Enter Date");
$("#frm_date").focus();
return false;
}
if (date_format($("#session").val()) == "") {
alert("Enter Date");
$("#session").focus();
return false;
}
var datastring =
"&frm_date=" +
trim($("#frm_date").val()) +
"&session=" +
trim($("#session").val()) +
"°ree=" + degree+"°exam="+degexam;
window.location.href =
$host_url + "Generateiaroomallotmantsummary" + datastring;
}
|