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.145.105.85
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();});</script>
<div id='tabs'>
<ul>
<li><a href='#employee_income_tax_master'>College Degree Status</a></li>
</ul>
<div align="left" id="college_degree_status" style="height:250px; overflow:auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td align="right">College:</td>
<td align="left" style="width:30px;">
<input style="width:100px;"
onblur = "getCollegeNames();"
onkeydown="return keyboardCollegePopup(event,this.id,$('#cds_College_code').val())"
type="text" id="cds_College_code" name="cds_College_code" onfocus="$g_focus_element='cds_College_code'"/>
</td>
<td>
<input style="width:215px; background-color: AliceBlue" type="text" readonly="readonly" id="cds_College_name" name="cds_College_name"/>
<img border="0" onclick="CollegeDetailsPopup($('#cds_College_code').val());" src="images/edi.png"/>
</td>
</tr>
<tr>
<td align="right">Degree:</td>
<td>
<input id="cds_Degree_code" onblur="getdegreeNames();" style="width:100px;" maxlength="5"
onkeypress ="return pulsar(event,this);"
onkeydown="return keyboardDegreePopup(event,this.id,$('#cds_Degree_code').val())"
type="text" name="cds_Degree_code" onfocus="$g_focus_element='cds_Degree_code'"/></td>
<td colspan="2">
<input style="width:215px; background-color: AliceBlue" type="text" readonly="readonly" id="cds_Degree_name" name="cds_Degree_name"/>
<img border="0" onclick="degreeDetailsPopup($('#cds_Degree_code').val());" src="images/edi.png"/>
</td>
<td>Exam Type:
<input style="width:100px;" type="text" id="cds_exam_type" name="cds_exam_type"/></td>
</tr>
</table>
<div align="center" style="padding-top:15px;" id="college_degree_status_div" style="height:445px;display:none;overflow=auto">
</div>
</div>
</div>
|