Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/course/evaluation/
Upload File :
Current File : /var/www/html/venkat/course/evaluation/login.php

<script langauge="JavaScript">
function validateForm()
{
var x=document.getElementById("myusername");
var x1=document.getElementById("mypassword");
if(x.value.length==0||x1.value.length==0)
alert("please fill the personal details");  
}
</script>


<?php
include "style.php"; 
?>

<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<form name="form1" method="post" action="checklogin.php">
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>User Login </strong></td>
</tr>
<tr>
<td width="250">Username</td>
<td width="16">:</td>
<td width="394"><input name="myusername" type="text" id="myusername"></td>
</tr>
<tr>
<td>Password</td>
<td>:</td>
<td><input name="mypassword" type="password" id="mypassword"></td>
</tr>


<tr>
<td width="250">choose the options(not for Hon'ble Director, Dean and HoD)</td>
<td>:</td>
<td><select name="no" id="no" >
<option value="#">-Select-</option>
<option value="faculty">Faculty</option>
<option value="MBA">Student-MBA</option>
<option value="MS">Student-MS</option></select></td>
</tr>

<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td width="50"><div align="right"><input type="submit" name="Submit" value="Login" onmouseover="validateForm()"></div></td>
</tr>
<tr>
<td width="25"><a href="pass.html"> Forgot Password </a></td>
<td width="25"><a href="register.html"> Register </a></td>

<td width="50">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="register1.html"> Student Registration </a></td>
</tr>
</table>
</td>
</form>
</tr>
</table>