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


Current Path : /proc/thread-self/root/var/www/oasis/js/
Upload File :
Current File : //proc/thread-self/root/var/www/oasis/js/studentres.js

function enablestudentRes() {
    $('#page_main_div').load(
        '../html_modules/studentres.html?',
        function () {
            document.getElementById('display_module_name').innerHTML =
                'Consolidated Result Sheet'
            document.getElementById('module_name_for_save').value =
                'Consolidated Result Sheet'
            getDefaultHeadFooterLinks('Consolidated Result Sheet')
            
        }
    )
}

function GeneateStudSummary() {
    
    var regno = document.getElementById('regno').value
    if (regno == '') {
        alert('Enter Register No.');
        $('#regno').focus();
        return
    }

    window.open(
        $host_url +
            'studentwiseHistresult&regfrom=' +
            regno
    )
    
}