登陆后台,怎么出现的是登陆后台的源码? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>欢迎来到帝国下载系统后台</title> <link href="../images/index.css" rel="stylesheet" type="text/css"> <script> if(self!=top) {parent.location.href='index.php';} </script> </head>
<body> <p> </p> <p> </p> <p> </p> <form name="form1" method="post" action="phome.php"> <table width="50%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#4791C5"> <tr> <td height="25" colspan="2"><div align="center"><strong><font color="#FFFFFF">管理员登陆</font></strong></div></td> </tr> <tr bgcolor="#FFFFFF"> <td width="32%" height="25">用户名:</td> <td width="78%" height="25"><input name="username" type="text" id="username"></td> </tr> <tr bgcolor="#FFFFFF"> <td height="25">密码:</td> <td height="25"><input name="password" type="password" id="password"></td> </tr> <tr bgcolor="#FFFFFF"> <td height="25">验证码:</td> <td height="25"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="52"> <input name="key" type="text" id="key" size="6"> </td> <td><img src="ShowKey.php" align="bottom"></td> </tr> </table></td> </tr> <tr bgcolor="#FFFFFF"> <td height="25"> </td> <td height="25"><input type="submit" name="Submit" value="马上登陆"> <input type="button" name="Submit2" value="返回"> <input name="phome" type="hidden" id="phome" value="login"></td> </tr> </table> </form> </body> </html>
这是怎么回事?
|