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.135.185.207
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul>
<li><a href="#upsspdet">Update SSP Details</a></li>
</ul>
<div id="CollForm">
<table
class="content-tbl"
cellpadding="5"
cellspacing="2"
width="100%"
id="mainTable"
>
<tr class="tblRow">
<td valign="middle" width="140px">Degree. :</td>
<td valign="middle">
<select id="sspdeg" style="width: 450px; height: 30px"></select>
<input type = "hidden" id = "hdegcode" />
</td>
</tr>
<tr class="tblRow">
<td valign="middle" width="140px">Reg No Range :</td>
<td valign="middle">
<input
name="regfrom"
id="regfrom"
value="0"
placeholder="Reg No. From"
type="text"
class="textfild_2"
size="15"
/>
<input type = "hidden" id = "hfregno" />
<input
name="regto"
id="regto"
value="Z"
placeholder="Reg No. To"
type="text"
class="textfild_2"
size="15"
/>
<input type = "hidden" id = "htregno" />
</td>
</tr>
<tr class="tblRow">
<td valign="middle"></td>
<td valign="middle">
<span
style="
background-color: #008cba;
border: none;
color: white;
padding: 5px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
cursor: pointer;
"
onclick="getsspdetails();"
>View</span
>
</td>
</tr>
</table>
<div id="sspviewdet"></div>
</div>
</div>
|