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.216.92.5
<script type="text/javascript">
$(function() {
$("#tabs").tabs();
});
$(function() {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<div align="left" id="centre_code" style="height:250px; overflow:auto">
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr style="display:non;">
<td style="width:160px" align="right">Degree Range :</td>
<td>
<input
type="text"
id="degfrom"
style="width: 80px"
onfocus="$g_focus_element='degfrom';"
value="0"
name="degfrom"
onkeydown="return colkeyboardCollegePopup(event,this.id,$('#degfrom').val());"
/>
-
<input
type="text"
id="degto"
style="width: 80px"
onfocus="$g_focus_element='degto';"
onkeydown="return colkeyboardCollegePopup(event,this.id,$('#degto').val());"
value="ZZZ"
name="degto"
/>
</td>
</tr>
<tr>
<td style="width:160px" align="right">Application No. Range :</td>
<td>
<input
type="text"
id="appfrom"
style="width: 80px"
onfocus="$g_focus_element='appfrom';"
value="0"
name="appfrom"
onkeydown="return keyboardQPPopup(event,this.id);"
/>
-
<input
type="text"
id="appto"
style="width: 80px"
onfocus="$g_focus_element='appto';"
onkeydown="return keyboardQPPopup(event,this.id);"
onkeyup="if (this.value.length > 5) {this.value = this.value.substr(0,5); }"
value="ZZZ"
name="appto"
/>
</td>
</tr>
</table>
</div>
</div>
|