?? addnoteok.asp
字號:
<!--#include file="data.asp"-->
<!--#include file="check.asp"-->
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>增加文件批注</title>
<link rel="stylesheet" type="text/css" href="oa.css">
</head>
<body style="margin:0">
<form method="POST" action="notesave.asp?id=<%=request("id")%>&action=edit">
<div align="center"><center><table cellspacing="0" width="80%" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999">
<tr>
<td width="100%" bgcolor="#999999" height="20"><font color="#FFFFFF"><center><p><b>增加文件的批注</b></font></td>
</tr>
<%
Set rs= Server.CreateObject("ADODB.Recordset")
strSql="select * from up where id="&request("id")
rs.open strSql,Conn,1,1
%>
<div align="center">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="2" bordercolorlight="#C0C0C0" bordercolordark="#FFFFFF" height="40">
<tr>
<td bgcolor="#bfbfbf" class="heading" width="451" height="20" align=center> <b><%=rs("title")%></b></td></tr>
<%
set rs2=server.createobject("adodb.recordset")
sql2="select * from bumen where id="&request("type")
rs2.open sql2,conn,1,1
%>
<tr>
<td bgcolor="#bfbfbf" class="heading" width="727" height="20" align=middle><font size="2">(<b>作者:</b><%=rs("name")%><b> 部門:</b><%=rs2("type")%> <b>上報時間:</b><%=rs("time")%>)</font>
</td>
</tr>
</center>
<td bgcolor="#bfbfbf" class="heading" width="274" height="20">
<p align="right">
</p>
</td>
</tr>
<center>
<tr>
<td class="show" colspan="2" height="16" width="727">
<%=rs("content")%>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top"><b>批注:</b></td>
<td width="85%"><textarea rows="15" name="txtnote" cols="60" class="smallarea"></textarea></td>
</table>
</td>
</tr>
</table>
</center></div><div align="center"><center><p><input type="submit" value=" 保 存 "
name="cmdok" class="buttonface"> <input type="reset" value=" 清 除 "
name="cmdcancel" class="buttonface"></p>
</center></div>
</form>
</body>
</html>
<%
set rs=nothing
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -