<%@ codepage ="936" %> <% dim sql,rs,id if not isEmpty(request("id")) then id=request("id") else id=1 end if strSQL="update qyml set click=click+1 where id="+cstr(id)+"" conn.Execute strSQL set rs=server.createobject("adodb.recordset") sql="select * from qyml where id="+cstr(id)+"" rs.open sql,conn,1,1 %> <% if rs.eof or rs.bof then response.write"" end if %> 中国凤凰山

          凤凰景色  文学典故  庙会文化  周边概况  联系我们   

辽宁凤凰山风景名胜管理局 2004-2005
电话:0415-8126042 8140736
传真:0415-8126043 邮编:118100

丹东之窗网站编辑、维护

<% rs.close set rs=nothing end if %>