whats the problem in this code?
<form id="memberRegisterForm" method="post" action="do_addstudent.php" onsubmit="return Validate(this)">View more random threads:
- Students should share php and mysql knowledge with each...
- How to make friends linking process page with php?
- New version of xampp mysql is not working on windows 7 in...
- Moving to preg_replace() from eregi_replace() in php 2011
- Difference between mysql and mysqli 2011
- waht is mean by lenght of strings" what is its use in...
- what is factorial language?
- Cookies between too linked files in php 2011
- The required PHP extension MySQLi could not be found....
- how can Animate your images in PHP 2011-12
<table border="0" cellpadding="0" cellspacing="5" width="500px">
<tr align="left">
<td width="220px">Student / Member ID:</td>
<td width="280px"><input type="text" id="stIdTxt" name="stIdTxt" onblur="checkDuplication()" /> *
<span id="id_duplication_status"> </span>
<input type="hidden" id="idDuplicationTxt" name="idDuplicationTxt" /></td>
</tr>
<tr align="left">
<td>Student / Member Full Name:</td>
<td><input type="text" id="stNameTxt" name="stNameTxt" /> *</td>
</tr>
<tr align="left">
<td>Father Name:</td>
<td><input type="text" id="fNameTxt" name="fNameTxt" /> *</td>
</tr>
<tr align="left">
<td>Date of Birth:</td>
<td>
<select id="bMonth" name="bMonth">
<option value="01">01</option>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="09">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<b style="font-size:16px">/</b>
<select id="bDay" name="bDay" >
<option value="01">01</option>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="09">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
<b style="font-size:16px">/</b>
<input type="text" id="bYearTxt" name="bYearTxt" size="10" maxlength="4" />
(e.g.1988) <span class="static_red_10b">*</span></td>
</tr>
<tr align="left">
<td>Email:</td>
<td><input type="text" id="emailTxt" name="emailTxt" /> *</td>
</tr>
<tr align="left">
<td>Password:</td>
<td><input type="password" id="pswdTxt" name="pswdTxt" /> *</td>
</tr>
<tr align="left">
<td>Retype Password:</td>
<td><input type="password" id="pswd2Txt" name="pswd2Txt" /> *</td>
</tr>
<tr align="left">
<td>Phone:</td>
<td><input type="text" id="phoneTxt" name="phoneTxt" /> *</td>
</tr>
<tr align="left">
<td>Address:</td>
<td><input type="text" id="addressTxt" name="addressTxt" /> *</td>
</tr>
<tr align="left">
<td> </td>
<td>
<input type="reset" id="reset" name="reset" value="Reset" class="button_Gray"/>
<input type="submit" id="submit" name="submit" value="Register" class="button_Orange" />
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#F4F4F4" height="40px"> </td>
</tr>
<tr>
<td colspan="3" bgcolor="#DDDDDD" height="1px"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
Sponsored Links
</table>
</div>
</body>
</html>
whats the problem in this code?
Urgent call: 03455242488. | Virtual University Assignments
Virtual University GDBs | Virtual University Papers | Vu Projects | Vu Handouts
About Expert
sir there is not a problem but i need real time ajax validation for this form...
plzzzz help me out
looking forward towards u
There are currently 1 users browsing this thread. (0 members and 1 guests)