ggshow.asp
来自「自己设计的人事工资管理系统。欢迎大家相互学习。」· ASP 代码 · 共 60 行
ASP
60 行
<!-- #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 + =
减小字号Ctrl + -
显示快捷键?