?? guoqi.asp
字號:
<!--#include file="html.asp"-->
<!--#include file="data.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from soft where id="&request("id")
rs.open sql,conn,3,3
%>
<html><head><title>過期的項目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="oa.css" rel=stylesheet>
</head>
<BODY>
<form method="POST" action="esoft.asp" name=myform onSubmit='return validate()'>
<div align="center"><INPUT TYPE="hidden" name="id" value="<%=rs("id")%>">
<TABLE border=1 bordercolorlight='000000' bordercolordark=#ffffff cellspacing=0 cellpadding=0
width="400" align=center>
<TR>
<TD height=20 width=60> 指派人</TD>
<TD height=20><%=rs("zhipai")%><%if rs("best")=true then response.write " <FONT COLOR=red>(重要)</FONT>" end if%>
<%if rs("dx")=0 then response.write " <FONT COLOR=red>(獨享)</FONT>" end if%></TD>
</TR>
<TR>
<TD height=20 width=60> 項目名稱</TD>
<TD height=20><%=rs("name")%> </TD>
</TR>
<TR>
<TD height=20 width=60> 開始日期</TD>
<TD height=20><%=rs("time")%></TD>
</TR>
<TR>
<TD height=20 width=60> 截止日期</TD>
<TD height=20><%=rs("time2")%> </TD>
</TR>
<TR>
<TD height=20 width=60> 負責人員</TD>
<TD height=20><%=rs("size")%> </TD>
</TR>
<TR>
<TD height=152 width=60>
<div align="center">內 容<BR>
<BR>
說 明</div></TD>
<TD height=152><%=rs("content")%> </TD>
</TR>
</table>
</div></form>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -