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.116.19.29
Current Path : /var/www/html/stph/js/Report/ |
| Current File : /var/www/html/stph/js/Report/appear_list_center_qp_wise.js |
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()
{
if(date_format($("#qp_frm_date").val()) =='0000-00-00' || date_format($("#qp_to_date").val()) =='0000-00-00')
{
alert('Enter date range');
$("#qp_frm_date").focus();
return false;
}
var pageeject = 'F';
if(document.getElementById('ckbox').checked == true)
pageeject = 'T';
var datastring ="&qp_code_start="+trim($("#qp_code_start").val())+"&qp_code_end="+trim($("#qp_code_end").val())+"§ion="+trim($("#section").val());
datastring += "&qp_frm_date="+date_format(($("#qp_frm_date").val()))+"&qp_to_date="+date_format(($("#qp_to_date").val()))+"&pageeject="+pageeject;
window.location.href = $host_url+"GenerateCenterAppearingListQPWise"+datastring;
}
|