0xV3NOMx
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.191.116.61


Current Path : /var/www/html/nitte/js/Report/
Upload File :
Current File : //var/www/html/nitte/js/Report/report_ra_qp_wise_student_count.js

function CallEnableQPwiseStudentsCount()
{
    $("#page_main_div").load('html_modules/report_ra_qp_wise_student_count.html?v=07052016',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();
	 var centerwise = $("input[name='centerwise']:checked").val();
	 window.location.href = $host_url+"GenerateRAQPwiseStudentsCount&qp_code_from="+qp_code_from+"&qp_code_to="+qp_code_to+"&centerwise="+centerwise; 

}