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.119.113.73


Current Path : /var/www/html/demo/oasis_old/js/Report/
Upload File :
Current File : /var/www/html/demo/oasis_old/js/Report/report_qpcount_univ.js


function CallEnableUnivQPcount()
{
    $("#page_main_div").load('html_modules/report_ra_qp_wise_student_count.html',function()
	{
 
	document.getElementById('display_module_name').innerHTML = 'QPwise Students Count(Univ)';
	document.getElementById('module_name_for_save').value = 'QPwise Students Count(Univ)';  	
 	getDefaultHeadFooterLinks("QPwise Students Count(Univ)"); 
	}
	);
 
	
}
function GenerateQPwiseCountUniv()
{
	 var qp_code_from=$("#qp_code_from").val();
	 var qp_code_to=$("#qp_code_to").val();
	 window.location.href = $host_url+"GenerateQPwiseCountUniv&qp_code_from="+qp_code_from+"&qp_code_to="+qp_code_to; 
}