| Current Path : /var/www/html/venkat/course/evaluation/ |
| Current File : /var/www/html/venkat/course/evaluation/looggiin.html |
<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>
<body bgcolor="#F0F8FF">
<center> <h1> <font color="blue"> <i> Online Evaluation </i> </font> </h1> <center>
<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> </td>
<td> </td>
<td width="50"><div align="right"><input type="submit" name="Submit" value="Login" onmouseover="validateForm()"></div></td>
</tr>
</table>
</td>
</form>
</tr>
<tr> <td colspan = "3">Instructions: <br> 1) Use your LDAP credential to login <br> 2) Once you login, you will see 10 questions with four options. If you want other set of questions you refresh the page by pressing F5. However after submission it is not possible. <br> 3) Select your option for all 10 questions and then submit (It is one time submission for all questions)<br> 4) You cannot do any changes once you submit your answers. <br> 5) After submission, you can see your answers with the question identity, time of submission and number of correct answers.<br> 6) Once submitted, please logout</td> </tr>
</table>