⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showpic.asp

📁 by php excellent hotel management system
💻 ASP
字号:
<%
'###########################################################################################
'			   Copyright (C) 2006 FreeLin rights reserved.                                 '
'			      本系统由FREELIN工作室独立开发2006.3.20                                      '
'				     版权所有,并保留所有版权,不得修改传播                                       '
'					    http://www.yisky.com                                          '
'						     co_lin@126.com                                                '
'###########################################################################################
%>
<!--#include file="conn.asp"-->
<%
modId = trim(request.querystring("id"))
set rs = conn.execute("select * from pro where id="& modId &"")
	proname = rs("proName")
	protype = rs("proType")
	proclass = rs("proClass")
	proinfo = rs("proInfo")
	propic = rs("proPic")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查看客房--FreeLin设计</title>
<LINK href="img/style.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>

<body>
<table width="100%" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#f0f0f0" bgcolor="#FFFFFF">
  <tr align="center" class="text"> 
    <td height="40" colspan="3"><img src="images/<%=propic%>" border="0"></td>
  </tr>
  <tr class="text"> 
    <td width="34%">名称:<strong class="title"><%=proname%></strong></td>
    <td width="33%" height="30">价格:<%=protype%></td>
    <td width="33%">类别:<%=proclass%></td>
  </tr>
  <tr class="text">
    <td height="100" colspan="3"><strong>客房说明</strong>:<%=proinfo%></td> 
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -