www.gusucode.com > 中网景企业网站源码时尚版 2009.73码程序 > chinese/search.asp

    <!--#include file="../opendb.asp" -->
<% Dim searchtype,prosort,ModuleType
ModuleType=Request("ModuleType")
if keywords<>"" then call sqlchkchar(keywords)
Call IsNum(ModuleType)
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>搜索</title>
<meta name="Author" content="Powered by websys.cn - Asean Leung">
<link href="<%=UpDir%>skin/cnk/cnkcss.css" rel="stylesheet" type="text/css" />
<link href="<%=UpDir%>skin/cnk/sys.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--#include file="head.asp" -->
<div id="cartbody">
  <div class="articletitle">搜索结果</div>
  <% Call Search(ModuleType,keywords,0) %>
</div>
<!--#include file="inc_copyright.asp" -->
</body>
</html>