密码是啥?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Language" content="zh-CN" />
<title>在线解压ZIP - PhpUnZip</title>
<style type="text/css">
    <!--
    body {
margin:0;
padding:0;
background:#ccc;
font:14px/24px "Microsoft Yahei",Verdana, Geneva, sans-serif
}
#wrapper {
width:760px;
margin:0 auto;
margin-top:10px;
background:#fff;
border:1px solid #888;
}
#header {
background:#f7f7f7;
}
#header h1 {
font:20px/30px Verdana, Geneva, sans-serif;
font-weight:bold;
text-shadow:0 0 1px #DDD;
text-align:center;
}
#main {
margin:20px;
}
#footer {
text-align:center;
font-size:12px;
color:#666;
border-top:1px solid #ccc;
position:relative;
}
#footer a {
text-decoration:none;
color:#666;
}
#footer a:hover {
text-decoration:underline;
}
#eincy {
width:82px;
height:36px;
background:url(http://;
position:absolute;
right:3px;
top:3px;
}
    -->
    </style>
</head>
<body>
<div id="wrapper">
<div id="header">
     <h1>PHP在线解压ZIP工具 - PHPUnZip</h1>
    </div>
    <div id="main">
        <form name="myform" method="post" action="/jy.php" enctype="multipart/form-data" onSubmit="return check_uploadObject(this);">
                        
            <script language="javascript">
            function check_uploadObject(form){
                if(form.password.value==''){
                    alert('请输入密码.');
                    return false;
                }
                return true;
            }
            </script>
     <p id="choose"> 
            选择ZIP文件:
            <select name="zipfile">
            <option value="" selected>- 请选择 -</option>
            <option value='include.zip'>include.zip</option>
<option value='uploads.zip'>uploads.zip</option>
            </select>
            或上传文件: <input name="upfile" type="file" id="upfile" size="20">
        </p>
        <p id="dir">
            解压到目录: <input name="todir" type="text" id="todir" value="" size="15"> 
                  (留空为本目录,必须有写入权限)
        </p>
        <p id="password">
         验证密码:<input name="password" type="password" id="password" size="15"> 
        </p>
        <p id="unzip">
            <input name="myaction" type="hidden" id="myaction" value="dounzip">
            <input type="submit" name="Submit" value=" 解 压 ">
        </p>
           </form>
    </div>
</div>

</body>
</html>
回复列表(3|隐藏机器人聊天)
添加新回复
回复需要登录