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.138.134.149
function LoadEnableCenterAppearingListQPWise() {
$geditinternalcode = 0;
window.enable_proper_module = "LoadEnableCenterAppearingListQPWise";
$("#page_main_div").load(
"../html_modules/appear_list_center_qp_wise.html",
function() {
document.getElementById("display_module_name").innerHTML =
"Center Wise Appearing List (QP Wise) ";
document.getElementById("module_name_for_save").value =
"Center Wise Appearing List (QP Wise)";
getDefaultHeadFooterLinks("Center Wise Appearing List (QP Wise)");
}
);
$("#module_details_div").hide();
}
function GenerateCenterAppearingListQPWise() {
window.location.href =
$host_url +
"GenerateCenterAppearingListQPWise&qp_code_start=" +
trim($("#qp_code_start").val()) +
"&qp_code_end=" +
trim($("#qp_code_end").val());
}
|