⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uploadface.aspx

📁 一个管理软件,初学.net的朋友可以参考一下。
💻 ASPX
字号:
<%@ Page language="c#" codePage="936"%>
<html>
<head>
<title>上传文件</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Window-target" content="_top">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
input {
	font-size: 9pt;
}
-->
</style></head>
<body bgcolor=menu topmargin="0" leftmargin="0">
<input type="hidden" name="sBody">
<table width="260" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td>
<iframe name="upload" frameborder="0" width="100%"  height="100px" scrolling="no" src="upload.aspx"></iframe> 
    </td>
  </tr>
  <tr> 
    <td align="center"> 
      <input name="button2" type="button" onClick='window.returnValue = sBody.value;window.close();' value=" 插 入 " LANGUAGE=javascript>
      <input name="button2" type="button" onclick='window.close();' value=" 取 消 " LANGUAGE=javascript>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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