?? fawq.asp
字號(hào):
<!--#include file="conn.inc"-->
<%
sql="select * from document where id="&request("id")
rs.open sql,conn,3,2
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>生成發(fā)文簽</title>
<style>.border { background-color: #D0D7AF; border-left: 1 solid #ECEFDE;
border-right: 1 solid #808000; border-top: 1 solid #EFF1E4;
border-bottom: 1 solid #808000 }
p, td, input, select { font-size: 9pt }
A:visited {TEXT-DECORATION: none;color:#000000}
A:active {TEXT-DECORATION: none;color:#ff0000}
A:hover {TEXT-DECORATION: underline;color:#ff0000}
A:link {TEXT-DECORATION: none;color:#000000}
.button01 { background-color: #D0D7AF; border: 1 solid #999966 }
</style>
</head>
<body bgcolor="#EAEDDC" topmargin="0" leftmargin="0">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="25" class="border">
<p align="center">請(qǐng)檢查數(shù)據(jù)是否正確!!!</td>
</tr>
<tr>
<td width="100%">
<form method="post" action="createfawq.asp">
<blockquote>
<p><br>
發(fā)文機(jī)關(guān):<input type="text" name="author" size="20" value="<%=rs("author")%>"></p>
<p>文件作者:<input type="text" name="ren" size="20" value="<%=rs("ren")%>"><br>
<br>
文件編號(hào):<input type="text" name="zihao" size="20" value="<%=rs("zi")%>字第<%=rs("hao")%>號(hào)"><br>
<br>
文件日期:<input type="text" name="d_date" size="12" value="<%=year(rs("d_date"))%>年<%=month(rs("d_date"))%>月<%=day(rs("d_date"))%>日"><br>
<br>
文件標(biāo)題:<input type="text" name="title" size="80" value="<%=rs("title")%>"><br>
<br>
<br>
<br>
</p>
<p align="center"><input type="submit" value="生成" name="生成" class="button01"></p>
</FORM>
</blockquote>
</td>
</tr>
</table>
<p align="center">【<a href="javascript:self.close()">關(guān)閉窗口</a>】</p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -