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