<html> | |
<head> | |
<title>student registration form</title> | |
</head> | |
<body bgcolor="#ffeebb" action="./StudentRegForm"> | |
<div style="position:absolute;left:200;top:100;"> | |
<form name="sregform"> | |
<table border=0 bgcolor="#ffee33"> | |
<tr><td colspan="2"><center><h2>Student Registration Form</h2></center></td></tr> | |
<tr><td>Student Name</td><td><input type="text" name="sname"></td></tr> | |
<tr><td>Student ID</td><td><input type="text" name="sid"></td></tr> | |
<tr><td>Password</td><td><input type="text" name="pwd"></td></tr> | |
<tr><td>Re-type pass word</td><td><input type="text" name="rpwd"></td></tr> | |
<tr><td>Course</td><td><select name="course"> | |
<option value="B.Tech">B.Tech</option> | |
<option value="B.Sc">B.Sc</option> | |
<option value="pharmacy">Pharmacy</option> | |
<option value="mca">MCA</option> | |
<option value="mba">MBA</option> | |
<option selected value="select course">select course</option> | |
</select></td></tr> | |
<tr><td>Email</td><td><input type="text" name="email"></td></tr> | |
<tr><td>Phone</td><td><input type="text" name="phone"></td></tr> | |
<tr><td>Address</td><td><textarea rows=4 cols=17 name="addr"></textarea></td></tr> | |
<tR><td><input type="submit" value="REGISTER"></td><td><input type="reset"></td></tr> | |
</table> | |
</form> | |
</div> | |
</body> | |
</html> Next Link Programe |