| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/myoffice/2564_old/modules/user/ |
Upload File : |
<?
if($_SESSION['user_user']){
}
?>
<script language="JavaScript">
function checklogin(){
if(document.frmlogin.username.value=="") {
alert("กรุณากรอก รหัสผู้ใช้");
document.frmlogin.username.focus() ;
return false ;
}
</script>
<div align="left">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td align="center"Valign="top">
<br><br><br ><font color=red><B>ขอรหัสผ่านใหม่</B></font>
<br>
<form method="post" name="frmlogin" action="?name=user&file=login2" onSubmit="return checklogin()">
<table width="80%" align="center">
<tr>
<td width="100%" align="center"><b>ชื่อผู้ใช้ </b><input type="text" name="username" /> <input type="submit" value=" บันทึก " /></td>
</tr>
</table>
</form>
</td>
</tr>
</tbody>
</table>