filekey.aspx

来自「网络硬盘该系统是一个性能可靠」· ASPX 代码 · 共 40 行

ASPX
40
字号
<%@ page language="C#" autoeventwireup="true" inherits="user_FileKey, space_deploy" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <link href="../webimages/css.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
	background-color: #E6E6E6;
	margin-top: 150px;
}
-->
</style></head>
<body>
    <form id="form1" name="form1" action="FileDown.aspx" method="post">
      <table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="82" height="33" align="center" background="../webimages/menu_home.jpg" class="title_down">提取文件</td>
          <td align="right" background="../webimages/menu_bg_line.jpg">&nbsp;</td>
          <td width="10"><img src="../webimages/menu_right.jpg" width="10" height="33" /></td>
        </tr>
      </table>
      <table width="400" border="0" align="center" cellpadding="0" cellspacing="0" class="user_right">
        <tr>
          <td width="150" height="50" align="center">请输入文件提取编码</td>
          <td><input type="text" name="key" /></td>
        </tr>
        
        <tr>
          <td height="50" colspan="2" align="center"><input type="submit" name="Submit" value="下载文件" /></td>
        </tr>
      </table>

    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?