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


Current Path : /proc/thread-self/root/var/www/html/gsc/js/
Upload File :
Current File : //proc/thread-self/root/var/www/html/gsc/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"); 

	}
	); 
}

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())); 
	
}