<% dim strSQL dim texts'显示详细内容 dim content dim tid,ttype tid=(SafeRequest("text_id")) ttype=(SafeRequest("txt_type")) select case ttype case "book_news" strSQL="update book_news set count_num=count_num+1 where id='" & tid & "'" objconn.Execute(strSQL) set texts=server.createobject("adodb.recordset") texts.open "select * from book_news where id ='" & tid & "'",objconn,1,1 case "borrow_sky" strSQL="update borrow_sky set count_num=count_num+1 where id='" & tid & "'" objconn.Execute(strSQL) set texts=server.createobject("adodb.recordset") texts.open "select * from borrow_sky where id ='" & tid & "'",objconn,1,1 case "book_knowledge" strSQL="update book_knowledge set count_num=count_num+1 where id='" & tid & "'" objconn.Execute(strSQL) set texts=server.createobject("adodb.recordset") texts.open "select * from book_knowledge where id ='" & tid & "'",objconn,1,1 case "build_sky" strSQL="update build_sky set count_num=count_num+1 where id='" & tid & "'" objconn.Execute(strSQL) set texts=server.createobject("adodb.recordset") texts.open "select * from build_sky where id ='" & tid & "'",objconn,1,1 end select %> 杭州租房网|专业的杭州房产信息网-杭州租房,杭州二手房,住在杭州搜索咨询

网站合作

      我们热忱欢迎有实力和背景的单位和个人与我们共建合作。合作内容包括:和我们进行信息互换、信息共享、互相宣传。
      我们热忱欢迎有长远眼光的与房产行业相关的公司单位和个人长期在本网站投放杭州出租房、杭州二手房、杭州新楼盘,杭州求租求购等信息和宣传广告。

                                                                                                           杭州租房网 www.hzzfw.com 杭州求好居房产经纪有限公司

<% on error resume next if IsNull(objconn)=False then if objconn.state then objconn.close() set objconn = nothing end if %>