Student Name Roll No. Reg. No Course Name Gread Point
{
function calc_chmod(nototals)
};
calc_chmod(1);
document.chmod_form.other1.checked = parseInt(otherbin.charAt(2));
document.chmod_form.other2.checked = parseInt(otherbin.charAt(1));
document.chmod_form.other4.checked = parseInt(otherbin.charAt(0));
document.chmod_form.group1.checked = parseInt(groupbin.charAt(2));
document.chmod_form.group2.checked = parseInt(groupbin.charAt(1));
document.chmod_form.group4.checked = parseInt(groupbin.charAt(0));
document.chmod_form.owner1.checked = parseInt(ownerbin.charAt(2));
document.chmod_form.owner2.checked = parseInt(ownerbin.charAt(1));
document.chmod_form.owner4.checked = parseInt(ownerbin.charAt(0));
document.chmod_form.sticky.checked = parseInt(stickybin.charAt(0));
while (otherbin.length<3) { otherbin="0"+otherbin; };
var otherbin = parseInt(val.charAt(3)).toString(2);
while (groupbin.length<3) { groupbin="0"+groupbin; };
var groupbin = parseInt(val.charAt(2)).toString(2);
while (ownerbin.length<3) { ownerbin="0"+ownerbin; };
var ownerbin = parseInt(val.charAt(1)).toString(2);