📄 filesp.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/MainBorder.css" rel="stylesheet" type="text/css">
<title>文件审批</title>
</head>
<body>
<center>
<form name="form1" method="post" action="filespz.asp">
<table width="441" height="202" border="0" cellpadding="0" cellspacing="1" bgcolor="#336699">
<tr bgcolor="#FFFFFF">
<td width="66">批复内容:<input type="hidden" name="fileid" value=<%=Request.QueryString("ID")%>> </td>
<td width="372" align="center">
<textarea name="pfnr" cols="50" rows="8"></textarea>
<br>
<br>
<input name="myclose" type="submit" class="s04" id="myclose" value="批 复" >
</td>
</tr>
</table>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -