📄 showinfo.asp
字号:
<!--#include virtual="/include/conn.asp"-->
<!--#include virtual="webconfig.asp"-->
<!--#include file="top.asp"-->
<%
name=Request.QueryString("name")
sql="select * from product where productid=" +Request.QueryString("ID")
set rs=Server.CreateObject("Adodb.RecordSet")
rs.open sql,conn,1,1
if not rs.eof then
title=rs("productname")
content=rs("content")
changedate=rs("changedate")
user=rs("user")
else
title=""
content=""
changedate=""
user=""
end if
RsClose()
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="showinfo/myCSS.css" rel=stylesheet>
<STYLE type=text/css>BODY {
SCROLLBAR-FACE-COLOR: rgb(238,238,238); MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: rgb(247,249,252); SCROLLBAR-SHADOW-COLOR: rgb(204,204,204); SCROLLBAR-3DLIGHT-COLOR: rgb(204,204,204); SCROLLBAR-ARROW-COLOR: rgb(0,102,153); SCROLLBAR-TRACK-COLOR: rgb(236,236,236); SCROLLBAR-DARKSHADOW-COLOR: rgb(10,0,209); SCROLLBAR-BASE-COLOR: rgb(66,93,128)
}
.style1 {
COLOR: #ffffff
}
.style2 {
COLOR: #cecfd0
}
</STYLE>
</HEAD>
<BODY bgColor=#e9f9e8>
<TABLE
style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid"
height=378 cellSpacing=0 cellPadding=0 width=900 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top colSpan=2>
<TABLE height=162 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height="31">
<TABLE cellSpacing=0 cellPadding=0 width=899 align=center border=0 id="table1">
<TBODY>
<TR>
<TD width=631 background=showinfo/index_08.gif height=18>
<TABLE cellSpacing=0 cellPadding=0 width=453 align=center border=0 id="table2">
<FORM language=javascript name=form1
action=http://was.rdfz.cn/was40/search method=post target=_blank>
<TBODY>
<TR>
<TD width=95>
<IMG height=25 alt="" src="showinfo/index_14.gif"
width=88></TD>
<TD width=358> </TD>
</TR><INPUT type=hidden value=32975
name=channelid></FORM></TABLE></TD>
<TD width="52">
<IMG height=32 alt="" src="showinfo/index_10.gif"
width=52></TD>
<TD width=216 background=showinfo/index_12.gif>
</TD></TR>
<TR>
<TD width=778 height=18 colspan="3">
<TABLE cellSpacing=0 cellPadding=0 width=899 align=center bgColor=#ffffff
border=0 id="table3">
<TBODY>
<TR vAlign=top>
<TD align=right width=5><IMG src="showinfo/xilan_02.gif" width=5 height="184"></TD>
<TD width=766>
<TABLE height=176 cellSpacing=0 cellPadding=0 width=889 border=0 id="table4">
<TBODY>
<TR>
<TD vAlign=top width=849 height=11>
<IMG height=11 alt=""
src="showinfo/xilan_03.gif" width=889></TD></TR>
<TR>
<TD class=grayBorderLR height=25> <SPAN class=unnamed1>您现在的位置:仙游私立一中
> <%=name%></SPAN></TD></TR>
<TR>
<TD class=grayBorderLR align=middle height=20></TD></TR>
<TR>
<TD class=grayBorderLR height=25>
<DIV align=center><SPAN class=style9>
<TABLE cellSpacing=0 cellPadding=0 width="97%" align=center
border=0 id="table5">
<TBODY>
<TR>
<TD class=dotLine align=middle height=25><SPAN
class=style9><%=title%></SPAN></TD></TR></TBODY></TABLE></SPAN></DIV></TD></TR>
<TR>
<TD class=grayBorderLR vAlign=top height=72>
<TABLE cellSpacing=0 cellPadding=0 width="97%" align=center
border=0 id="table6">
<TBODY>
<TR>
<TD vAlign=top align=middle><BR><FONT
color=#999999>来源:<%=user%>
时间:<%=changedate%> </FONT> </TD></TR>
<TR>
<TD style="FONT-SIZE: 14px; LINE-HEIGHT: 23px">
<P class=MsoNormal
style="MARGIN: 0cm 0cm 0pt; TEXT-INDENT: 21pt; LINE-HEIGHT: 150%; mso-pagination: widow-orphan">
<span style="font-family: 宋体"><%=content%></span></P>
</TD></TR>
<TR>
<TD align=middle> </TD></TR>
<TR>
<TD align=middle><a href="javascript:history.go(-1)">
<IMG
onclick="javascript:history.go(-1)" src="showinfo/exit.gif" width=57
border=0></a><A> </A><a href="javascript:window.print()"><IMG
onclick="javascript:window.print()" src="showinfo/print.gif" width=57
border=0 height="21"></a><A>
</A><a href="javascript:self.close()">
<IMG
onclick="javascript:self.close()" src="showinfo/close.gif" width=57
border=0></a></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD vAlign=top align=middle height=18 width=889 >
<IMG
src="showinfo/xilan_08.gif" width=889 ></TD></TR></TBODY></TABLE></TD>
<TD align=left width=5><IMG src="showinfo/xilan_04.gif"
width=5 height="203"></TD>
</TR></TBODY></TABLE></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<STYLE type=text/css>A:hover {
COLOR: #e13c21; TEXT-DECORATION: none
}
.style1 {
COLOR: #ffffff
}
.style9 {
FONT-WEIGHT: bold; FONT-SIZE: 16px
}
</STYLE>
</BODY></HTML>
<!--#include file="bott.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -