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


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

/* 
 *
 * FOR THE STUDENT ENTRY FORM
 * PROGRAMED BY NAVEEN
 * DATE: 13/03/09
 * TIME: 1:15 PM 
 *
 */

function Enabletopsheetpr()
{  

    $("#page_main_div").load('html_modules/topsheet.html',function()
	{	
		document.getElementById('display_module_name').innerHTML = ' Practical Daily Report ';
		document.getElementById('module_name_for_save').value = 'Practical Daily Report';	 	
		getDefaultHeadFooterLinks("Practical Daily Report"); 
		if(getCookie('demo') == "T")
		{
			$('#report_topsheet_degree_code').val(getCookie('fromdegree'));
			$('#report_topsheet_degree_name').val(getCookie('fromdegreename'));
			$('#report_topsheet_Examno').val('C');
			$('#report_topsheet_Examno_name').val('III SEMESTER');
		} 	
	}
	); 
}

function Generatetopsheet()
{
	window.location.href = $host_url+"Generatetopsheet&degree_code="+trim(($("#report_topsheet_degree_code").val()))+"&examno="+trim(($("#report_topsheet_Examno").val()))+"&batch_from="+trim(($("#report_topsheet_from").val()))+"&batch_to="+trim(($("#report_topsheet_to").val())); 
	
}