Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/venkat/repo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/venkat/repo/login.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> Faculty Achievements Portal  </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>&nbsp;</td>
<td>&nbsp;</td>
<td width="50"><div align="right"><input type="submit" name="Submit" value="Login" onmouseover="validateForm()"></div></td>
</tr>
</table>
</td>
</form>
</tr>
</table>

ZeroDay Forums Mini