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.144.37.178
function LoadEnableAppearingListQPWise() {
$geditinternalcode = 0;
window.enable_proper_module = "LoadEnableAppearingListQPWise";
$("#page_main_div").load(
"../../html_modules/appear_list_qp.html",
function() {
document.getElementById("display_module_name").innerHTML =
"Appearing List (QP Wise) ";
document.getElementById("module_name_for_save").value =
"Appearing List (QP Wise)";
getDefaultHeadFooterLinks("Appearing List (QP Wise)");
}
);
$("#module_details_div").hide();
}
function GenerateAppearingListQPWise() {
window.location.href =
$host_url +
"GenerateAppearingListQPWise&qp_code_start=" +
trim($("#qp_code_start").val()) +
"&qp_code_end=" +
trim($("#qp_code_end").val()) +
"&fdate=" +
trim($("#fdate").val()) +
"&tdate=" +
trim($("#tdate").val()) +
"§ion=" +
trim($("#section").val());
}
|