📄 lsopen.asp
字号:
<!--#include file=DataBase/conn.asp-->
<%
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Enterprise where Name='"&request("dealer")&"'"
rs.open sql,conn,1,1
%>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
color: #000000;
}
-->
</style>
<link href="../css/mangage.css" rel="stylesheet" type="text/css">
<head>
<title>企业详细资料</title>
</head>
<link rel="stylesheet" href="Css/style.css">
<body topmargin="0" leftmargin="0">
<table width="380" height="210" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#efefef" class="table">
<tr>
<td valign="top"><table width="360" height="210" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="45" align="center"><div align="center" style="font-size: 16px;color: #FF0000;font-weight: bold;width:160;"> 企 业 详 细 资 料</div></td>
</tr>
<form name="orderform" method="post" action="Manage_lssave.asp">
<tr>
<td valign="top">
<table width="360" height="163" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td height="35"><div align="right">企业名称:</div></td>
<td width="266" height="35">
<%=rs("Name")%> </td>
</tr>
<tr valign="bottom">
<td width="94" height="35"><div align="right">企业地址:</div></td>
<td height="35">
<%=rs("Address")%> </td>
</tr>
<tr valign="bottom">
<td width="94" height="35"><div align="right">联系电话:</div>
<div align="right"></div></td>
<td height="35"><div align="left">
<%=rs("Phone")%>
</div> </td>
</tr>
<tr valign="bottom">
<td height="35"><div align="right">企业类别:</div></td>
<td height="35"> <%=rs("Style")%>
</td>
</tr>
<tr valign="bottom">
<td height="35" colspan="2">
<div align="center">
<input type="button" name="Submit3" value=" 关 闭 " onClick="window.close()">
</div></td>
</tr>
<tr valign="bottom">
<td height="15" colspan="2"> </td>
</tr>
</table></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -