<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="../Connections/webconn.asp" -->
<%
Dim p_class__MMColParam
p_class__MMColParam = "1"
If (Request.QueryString("p_classid") <> "") Then 
  p_class__MMColParam = Request.QueryString("p_classid")
End If
%>
<%
Dim p_class
Dim p_class_numRows

Set p_class = Server.CreateObject("ADODB.Recordset")
p_class.ActiveConnection = MM_webconn_STRING
p_class.Source = "SELECT * FROM product_class WHERE p_classid = " + Replace(p_class__MMColParam, "'", "''") + ""
p_class.CursorType = 0
p_class.CursorLocation = 2
p_class.LockType = 1
p_class.Open()

p_class_numRows = 0
%>
<SCRIPT RUNAT=SERVER LANGUAGE=VBSCRIPT>					
function CleanHtmlBr(str)												
// 织梦平台 http://www.e-dreamer.idv.tw												
	CleanHtmlBr =  Replace(Replace(Replace(Replace(str,"<","&lt;"),">","&gt;"),vbCrlf, "<br>"), chr(32)&chr(32),"&nbsp;&nbsp;")			
End Function														
</SCRIPT>									
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>广州晟宝香蔓国际美容连锁沙龙！</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.mainbg {
	background-image:   url(images/gs_pic1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
-->
</style>
</head>
<body>
<!--#include file="top.asp" -->
<table width="200" align="center" cellpadding="0" cellspacing="0" class="border">
  <tr> 
    <td valign="top" class="border-left"> <!--#include file="p_left.asp" --> </td>
    <td align="center" valign="top" class="border-main"> <table width="590" cellpadding="0" cellspacing="0">
        <tr> 
          <td height="39" align="center" background="images/menubg.jpg" class="word-title"><%=(p_class.Fields.Item("p_class").Value)%></td>
        </tr>
        <tr> 
          <td height="1" background="images/line_h.gif"></td>
        </tr>
      </table>
      <table width="560" cellpadding="0" cellspacing="0" class="word-main">
        <tr> 
          <td height="100" align="center"><a href="product_list.asp?p_classid=<%=(p_class.Fields.Item("p_classid").Value)%>"><img src="/cncml/product/1/<%=(p_class.Fields.Item("p_jpg").Value)%>" alt="浏览该系列产品" border="0"><br>
          点击浏览该系列产品</a></td>
        </tr>
        <tr> 
          <td width="570" height="120" align="left" valign="top" nowrap class="word-main"> <strong class="word-title"><%= CleanHtmlBr(p_class.Fields.Item("p_class").Value)%></strong><br>
            <br>
            <%= CleanHtmlBr(p_class.Fields.Item("p_c_desc").Value)%></td>
        </tr>
    </table></td>
  </tr>
</table>
<!--#include file="end.asp" -->
</body>
</html>
<%
p_class.Close()
Set p_class = Nothing
%>
