📄 ggshow.asp
字号:
<!-- #INCLUDE FILE="conn.asp" -->
<%ggid=request("ggid")
strsql="select * from 公告信息 where 公告编号="&ggid
my_rs.open strsql,my_Conn,1,3
%>
<html>
<head>
<title>公告信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body,td,th {
font-size: 9pt;
color: #000000;
}
.STYLE2 {color: #00FF00}
.STYLE3 {color: #0000FF}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}
//-->
</script>
</head>
<body background="image/bg.gif">
<table width="270" height="270" border=1 align="center" bordercolor=#00FF00>
<tr>
<td width="60" align="center" bgcolor="#FF00FF"><span class="STYLE3">公告主题</span></td>
<td width="196" bgcolor="#9966FF">
<%=my_rs("公告主题")%></td></tr>
<tr>
<td align="center" bgcolor="#FF00FF"><span class="STYLE3">公布人</span></td>
<td bgcolor="#9966FF"><%=my_rs("公布人")%> </td>
</tr>
<tr>
<td align="center" bgcolor="#FF00FF"><span class="STYLE3">公布日期</span></td>
<td bgcolor="#9966FF"><%=my_rs("公布日期")%> </td>
</tr>
<tr>
<td width="60" align="center" bgcolor="#FF00FF"><span class="STYLE3">公告内容</span></td>
<td bgcolor="#9966FF"><%=my_rs("公告内容")%></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FF00FF"><form name="form1" method="post" action="">
<label>
<input name="Submit" type="button" onClick="MM_callJS('self.close()')" value="关闭窗口">
</label>
</form>
</td>
</tr>
</table>
<%my_rs.close%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -