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
/*
*
* 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°ree_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()));
}
|