<% id=request.QueryString("id") tuijianc=request.QueryString("tuijianc") if id<>"" then set rss=server.CreateObject("adodb.recordset") sqls="select * from Netsys_News_Cn where nid="&id rss.open sqls,conn,1,3 if rss(tuijianc)=true then rss(tuijianc)=false else rss(tuijianc)=true end if rss.update rss.close set rss=nothing end if response.redirect(request.ServerVariables("HTTP_REFERER")) call CloseConn() %>