📄 fbjhg.asp
字号:
<!--#include file="asp/opendb.asp"-->
<!--#include file="asp/top.asp"-->
<!--#include file="asp/checkuser.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="stylesheet" href="css/css.css">
</head>
<body topmargin="5" leftmargin="0">
<center><P> </P>
<b>发布会议材料</b>
</center>
<br>
<center>
<%
id=request("id")
set conn=opendb("oabusy","conn","accessdsn")
Set rs=Server.CreateObject("ADODB.recordset")
sql="select * from meetdate where id="&id
rs.open sql,conn,1
if not rs.EOF and not rs.BOF then
meetname=rs("meetname")
fbdw=rs("fbdw")
Response.Write "<b>您要发布 <font size=4 color='red' >["&meetname&"]</font> 会议材料!!!</b>"
end if
rs.Close
set rs=nothing
conn.close
set conn=nothing
%>
<form method="post" name=form3 action="fbinfile.asp" enctype="multipart/form-data">
<br>
<table>
<td width="88" height="31">
<div align="center">会议名称:</div>
</td>
<td width="491" height="31">
<p>
<input type="text" name="meetname" size="60"style='border:1 solid #000000;background:#ffffff' readonly=" "value=<%=meetname%>>
<input type="hidden" name="id" value="<%=id%>">
<input type="hidden" name="fbdw" value="<%=fbdw%>">
</p>
</td>
<tr>
<td rowspan="2">
<div align="center">会议材料:</div>
</td>
<td width="491">
<input type="file" name="file1" size="60"style='border:1 solid #000000;background:#ffffff'> </td>
</table>
<hr width="90%" size="1" noshade color="ff6633">
<br>
<input type="submit" name="Submit1" value="发布" style="border:1 solid #000000;background:#cc6600">
</form>
</center>
</body>
</html><!--#include file="footer.htm"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -