0xV3NOMx
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 : 52.14.7.103


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/examAppChallan.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li>
      <a href="#freeze_module_at_college_admin_subject"
        >Exam Application- Challan Gennaration</a
      >
    </li>
  </ul>

  <div
    align="left"
    id="freeze_module_at_college_admin_subject"
    style="height:453; overflow:auto;"
  >
    <table width="100%" border="0" cellpadding="2" cellspacing="3">
      <tr>
        <td style="width: 100px" align="right">Degree: <br /></td>
        <td>
          <input
            id="fmacas_degree_code"
            type="text"
            maxlength="5"
            style="width:50px;"
            onblur="getdegreeNames(); "
            onkeydown="return keyboardDegreePopup(event,this.id,$('#fmacas_degree_code').val());"
            onfocus="$g_focus_element='fmacas_degree_code'"
          />&nbsp;&nbsp;
          <input
            id="fmacas_degree_name"
            type="text"
            tabindex="-1"
            style="width:240px; background-color: AliceBlue;"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Exam No:</td>
        <td>
          <input
            type="text"
            id="fmacas_sub_Examno"
            maxlength="1"
            style="width: 50px"
            onblur="getExamName($('#fmacas_degree_code').val(),this.id);"
            onkeydown="return keyboardExamNoPopup(event,this.id,$('#fmacas_sub_Examno').val())"
          />&nbsp;&nbsp;
          <input
            type="text"
            id="fmacas_sub_Exam_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='fmacas_sub_Exam_name';"
            style="width:240px; background-color: AliceBlue"
          />
          &nbsp;
        </td>
      </tr>
      <tr>
        <td align="right">Total Amount:</td>
        <td>
          <input
            type="text"
            id="ttlamt"
            maxlength="50"
            value="0"
            style="width: 90px"
            disabled
          />
        </td>
      </tr>
    </table>

    <br />
    <div class="raval_submit" style="width:60px;float:left;margin-left:112px;">
      <span
        onclick="getStudentData();"
        style="margin-top: 2px;margin-left:1px;cursor: pointer; color:#545345;
        line-height: 19px;font-size:14px;font-weight:bold;"
        >Submit</span
      >
      <br />
    </div>

    <div
      align="left"
      id="fmacas_module_subject_data"
      style="height:340px;overflow:auto;clear:both;"
    >
      <div align="left" id="showTbl" style="height:340px;overflow:auto;"></div>
    </div>
  </div>
</div>