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 : 3.145.168.68


Current Path : /var/www/html/stph/js/Report/
Upload File :
Current File : /var/www/html/stph/js/Report/report_pr_pending.js

function Loadenableprmarkspending()
{
    $("#page_main_div").load('html_modules/practical_pending.html',function()
	{

	document.getElementById('display_module_name').innerHTML = 'Practical Marks Pending';
	document.getElementById('module_name_for_save').value = 'Practical Marks Pending';			
 	getDefaultHeadFooterLinks("Practical Marks Pending"); 
	}
	);
}

function Generateprmarkspendingreport()
{
	//var iapennding = $("input[name='iapennding']:checked").val();
	
	var iapennding = false;
	if(document.getElementById("iapennding").checked==true)
		iapennding = true;
	
	window.location.href = $host_url+"Generateprmarkspendingreport&degree_code_from="+trim(($("#report_marklist_student_degree_code_from").val()))+"&degree_code_to="+trim($("#report_marklist_student_degree_code_to").val())+"&Examno_from="+trim($("#report_marklist_student_Examno_from").val())+"&Examno_to="+trim($("#report_marklist_student_Examno_to").val())+"&reg_from="+trim($("#report_marklist_reg_start_from").val())+"&reg_to="+trim($("#report_marklist_reg_end_to").val())+"&coll_from="+trim($("#report_marklist_student_college_code_from").val())+"&coll_to="+trim($("#report_marklist_student_college_code_to").val())+"&iapennding="+iapennding;
}