📄 baoxian_jibenopen.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=DataBase/conn.asp-->
<%
set rse=server.CreateObject("adodb.recordset")
sqle="select * from tb_Insurance where id="&request("id")
rse.open sqle,conn,1,3
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>详细信息</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
.style1 {
font-size: 16px;
font-weight: bold;
color: #FF0000;
}
body {
background-color: #efefef;
}
-->
</style></head>
<body>
<form name="form1" method="post" action="">
<table width="415" height="311" border="0" align="center" cellspacing="0">
<tr align="center">
<td colspan="2"><span class="style1">详细信息</span></td>
</tr>
<tr align="center" bgcolor="#000000">
<td colspan="2" height="1" bgcolor="#000000"></td>
</tr>
<tr>
<td width="59" height="24" align="center" valign="bottom">类型:</td>
<td width="408" valign="bottom"><%=rse("fenlei")%> </td>
</tr>
<tr>
<td height="31" align="center">标题:</td>
<td><%=rse("title")%></td>
</tr>
<tr>
<td height="185" align="center" valign="top">内容:</td>
<td valign="top"><%=htmlcode(server.htmlencode(rse("content")))%></td>
</tr>
<tr align="center">
<td colspan="2"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -