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


Current Path : /proc/thread-self/root/var/www/html/mcu/js/
Upload File :
Current File : //proc/thread-self/root/var/www/html/mcu/js/studentWiseIAMarksPending.js

function StuWiseIAMarksPending()
{
	$("#page_main_div").load('html_modules/StuWiseIAMarksPending.html',function()
	{	
		document.getElementById('display_module_name').innerHTML = 'I.A. Marks Pending (student wise)';
		document.getElementById('module_name_for_save').value = 'I.A. Marks Pending (student wise)';
		// getDefaultHeadFooterLinks('Post Notification'); 
	});
}

function getPendingDet(){
    console.log("stustustu");
    var deg = $("#degree_name").val();
    var exam = $("#Exam_name").val();
    var rollNoto = $("#rollNoto").val();
    var rollNofrom = $("#rollNofrom").val();
    console.log("adadad",deg,exam,rollNoto,rollNofrom);
    var parameters = "&deg="+deg+"&exam="+exam+"&rollNoto="+rollNoto+"&rollNofrom="+rollNofrom;

    window.location.href = $host_url+"getIAPendingDet"+parameters; 
}