📄 docinfo.asp
字号:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<%
DocType=Request("DocType")
set infors=server.CreateObject("adodb.recordset")
sql = "select * from DocSetting where DocType =" & DocType
infors.Open sql,conn
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#7BD7FF">
<br>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><FIELDSET><LEGEND accessKey=F align=center><img src="Image/Page.gif" width="16" height="16">
<%if DocType=1 then%><strong><font color="#FF0000" size="4">奖 励 计 划</font></strong><% end if%>
<%if DocType=2 then%>
<strong><font color="#FF0000" size="4">公 司 介 绍</font></strong>
<% end if%>
<%if DocType=3 then%>产 品 介 绍<% end if%></LEGEND>
<br><% =infors("DocContent")%><br>
</FIELDSET></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -