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 : 13.59.69.109
Current Path : /var/www/html/reva/js/ |
| Current File : /var/www/html/reva/js/abmpreport.js |
function callABMPReportQp() {
$("#page_main_div").load(
"html_modules/abmpreport.html?v=31072017",
function () {
document.getElementById("display_module_name").innerHTML =
"Absent / MP Report";
document.getElementById("module_name_for_save").value =
"Absent / MP Report";
getDefaultHeadFooterLinks("Absent / MP Report");
}
);
}
function GenerateABMPReportQp() {
var fromdate = document.getElementById("report_drpt_exam_date_from").value;
var todate = document.getElementById("report_drpt_exam_date_to").value;
var qp_code_start = document.getElementById("qp_code_start").value;
var qp_code_end = document.getElementById("qp_code_end").value;
window.location.href =
$host_url +
"GenerateABMPReportQp&fromdate=" +
fromdate +
"&todate=" +
todate+"&qp_code_start="+qp_code_start+"&qp_code_end="+qp_code_end;
}
|