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.149.255.239
function CallEnableQPwiseStudentsCount()
{
$("#page_main_div").load('html_modules/report_ra_qp_wise_student_count.html',function()
{
document.getElementById('display_module_name').innerHTML = 'QPwise Students Count';
document.getElementById('module_name_for_save').value = 'QPwise Students Count';
getDefaultHeadFooterLinks("QPwise Students Count");
}
);
}
function GenerateRAQPwiseStudentsCount()
{
var qp_code_from=$("#qp_code_from").val();
var qp_code_to=$("#qp_code_to").val();
window.location.href = $host_url+"GenerateRAQPwiseStudentsCount&qp_code_from="+qp_code_from+"&qp_code_to="+qp_code_to;
}
|