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.133.120.64
Current Path : /var/www/html/jssm/js/Report/ |
| Current File : /var/www/html/jssm/js/Report/report_markslist_pending.js |
function Loadenableiamarkspending()
{
$("#page_main_div").load('html_modules/pending_markslist.html',function()
{
document.getElementById('display_module_name').innerHTML = 'I.A Marks Pending';
document.getElementById('module_name_for_save').value = 'I.A Marks Pending';
getDefaultHeadFooterLinks("I.A Marks Pending");
}
);
}
function Generateiamarkspendingreport()
{
//var iapennding = $("input[name='iapennding']:checked").val();
var iapennding = false;
if(document.getElementById("iapennding").checked==true)
iapennding = true;
window.location.href = $host_url+"Generateiamarkspendingreport°ree_code_from="+trim(($("#report_marklist_student_degree_code_from").val()))+"°ree_code_to="+trim($("#report_marklist_student_degree_code_to").val())+"&Examno_from="+trim($("#report_marklist_student_Examno_from").val())+"&Examno_to="+trim($("#report_marklist_student_Examno_to").val())+"®_from="+trim($("#report_marklist_reg_start_from").val())+"®_to="+trim($("#report_marklist_reg_end_to").val())+"&coll_from="+trim($("#report_marklist_student_college_code_from").val())+"&coll_to="+trim($("#report_marklist_student_college_code_to").val())+"&iapennding="+iapennding;
}
|