<%Option Explicit%> <% dim sql,objRS,objRS_path dim sortid dim i dim thispath dim pagecount,currpage,Spage,Epage,recordcount sortid = Request.QueryString("sortid") currpage = request.querystring("currpage") if sortid = "" or not IsNumeric(sortid) then Response.Write("错误参数") Response.End else sql = "select * from sort where parentID = " & Clng(sortid) Set objRS = Server.CreateObject("ADODB.RecordSet") objRS.Open sql,objConn,3,1 sql = "select * from pathform where thispath like '%" & sortid & "'" Set objRS_path = objConn.Execute(sql) if not objRS_path.EOF then thispath = GetPath(objRS_path("thispath"),objRS_path("pathname"),FALSE) end if if currpage = "" or IsNull(currpage) then currpage = 1 if not IsNumeric(currpage) then currpage = 1 currpage = Cint(currpage) %> 普宁城市网 PNcity.Net
关于本站

联系我们
首页 普宁新闻 普宁简介 政府公告 机构设置 办事指南 普宁新貌 招商引资 普宁地图  
            设为首页 加入收藏  
企业上网
· 域名注册
· 网站空间
· 企业邮局
· 推广申请



WWW.
.com .net .org
.cn .com.cn .net.cn .org.cn .gov.cn .gd.cn

WWW.
.com .net .org .中国 .公司 .网络
域名价格表


域名 意义或适应范围 价格(年)
.cn 中国国家顶级域名 220元
.com 工、商、金融等企业 80元
.net 互联网络、接入网络的信息中心(NIC)
和运行中心(NOC)
80元
.org 非盈利性的组织 80元
.com.cn 工、商、金融等企业 220元
.net.cn 互联网络、接入网络的信息中心(NIC)
和运行中心(NOC)
220元
.org.cn 非盈利性的组织 220元
.gov.cn 政府、事业单位 220元
.cc Commercial Company 商业公司 400元
.tv dot tv 网络电视 500元
.biz 公司 200元
.com/net/org(中文)   250元
.中国/公司/网络   250元


客户服务 -- 广告合作 -- 关于本站 -- 联系方法

普宁城市网版权所有 Copyright © 2003 PNcity.Net, All Rights Reserved .

<% objConn.Close() Set objRs = nothing Set objConn = nothing %>