gaizhang.aspx
来自「很不错的公文流转系统」· ASPX 代码 · 共 21 行
ASPX
21 行
<%@ Page language="c#" Codebehind="gaizhang.aspx.cs" AutoEventWireup="false" Inherits="OI.ReceivDocument.gaizhang" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>请输入印章密码</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<style type=text/css>@import url( ../test.css );
</style>
</HEAD>
<body>
<form id=Form1 method=post runat="server">
<p>
<table height=48 cellSpacing=0 cellPadding=0 width=150 align=left border=0>
<tr>
<td colSpan=2>请输入私章密码:</TD></TR>
<tr>
<td colSpan=2><asp:textbox id=TextBox1 runat="server" TextMode="Password" CssClass="input" Width="180px"></asp:textbox></TD></TR>
<tr align=center>
<td><asp:imagebutton id=imgbtnSave runat="server" ImageUrl="../images/qd.gif"></asp:imagebutton><IMG style="CURSOR: hand" onclick=javascript:window.location.href=window.location.href height=23 src="../images/cancel1.gif" width=42 ></TD></TR></TABLE></P></FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?