uploadface.aspx

来自「一个管理软件,初学.net的朋友可以参考一下。」· ASPX 代码 · 共 33 行

ASPX
33
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?