📄 zhiyeshow.asp
字号:
<!--#include file="conn.asp" -->
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from zhiye where ID="&request("id")
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=name%>-<%=rs("ming")%></title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body background="images/topbj.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<!--#include file="top.asp" -->
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="bk">
<tr>
<td width="180" align="center" valign="top" background="images/index_00.gif">
<!--#include file="left.asp" -->
</td>
<td align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" align="right" valign="bottom"><img src="images/index_04.gif" width="577" height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="14" align="right" valign="top"><img src="images/index_02.gif" width="12" height="138"></td>
<td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/zhiye03.gif" width="555" height="30"></td>
</tr>
</table>
<table width="96%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td class="16h"> <%=rs("jianjie") %></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/zhiye04.gif" width="555" height="30"></td>
</tr>
</table>
<br>
<TABLE align=center border=0 cellPadding=2 cellSpacing=1
width="90%">
<TBODY>
<TR>
<TD width=70 height=25 align="center" bgColor=#e2f3fc>公司名称:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("ming")%></TD>
</TR>
<TR>
<TD height=25 align="center" bgColor=#e2f3fc>电 话:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("dianhua")%></TD>
</TR>
<TR>
<TD height=25 align="center" bgColor=#e2f3fc>地 址:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("dizhi")%></TD>
</TR>
<TR>
<TD height=25 align="center" bgColor=#e2f3fc>联 系 人:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("lianxi")%></TD>
</TR>
<TR>
<TD height=25 align="center" bgColor=#e2f3fc>网 址:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("web")%></TD>
</TR>
<TR>
<TD height=25 align="center" bgColor=#e2f3fc>主营项目:</TD>
<TD bgColor=#f1f1f1 height=25><%=rs("xiangmu")%></TD>
</TR>
<TR>
<TD height="25" colspan="2"> </TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#999999" class="bk">
<tr>
<td height="1">
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<!--#include file="bottom.asp" -->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -