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


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

function reportpracticalmisc()
{
    $("#page_main_div").load('html_modules/practical_marks_misc_report.html?v=07052016',function()
	{
		document.getElementById('display_module_name').innerHTML = 'Practical marks misc report';
		document.getElementById('module_name_for_save').value = 'Practical marks misc report';  	
		//getDefaultHeadFooterLinks("Practical marks misc"); 
	}
	);
}

function  Genarentpracticalmarksmisc()
{
	 var degree_code_from = $("#degree_code_from").val();
	 var degree_code_to = $("#degree_code_to").val();
	 var examno_from = $("#examno_from").val();
	 var examno_to = $("#examno_to").val();
	if(degree_code_from == '' || degree_code_to == '')
	{
		alert('Enter the degree Code.');
		$("#degree_code_from").focus();
		return;
	}
	if(examno_from == '' || examno_to == '')
	{
		alert('Enter the Exam Code.');
		$("#examno_from").focus();
		return;
	}
	window.location.href = $host_url+"practicalmarksmiscreport&degree_code_from="+degree_code_from+"&degree_code_to="+degree_code_to+"&examno_from="+examno_from+"&examno_to="+examno_to; 
	 
}

function to_upperx(id)
{	
	var x = document.getElementById(id).value;
	document.getElementById(id).value = x.toUpperCase();
}