Term End Exam Results – June 2016*
Enter 9 Digit( Numeric) Enrolment Number: In case any student is found to be booked under unfairmeans, the result of the particular student will be Cancelled.
function fnsubmit(frm) if document.forms(0).eno.value=”” then msgbox “Enrolment should not be blank” document.forms(0).eno.focus fnsubmit=false elseif len(document.forms(0).eno.value)9 then msgbox “Enrolment should be of 9 Character” document.forms(0).eno.focus fnsubmit=false else fnsubmit=true end if end function
document.forms(0).item(0).focus() Back