<% '检查用户权限 call checkuser("公告管理") %> <% Content=replace(trim(GetFormVariable("content")) , "'" , "''") strsql="update web_popwin set " strsql=strsql & "pw_top='" & GetFormVariable("top") & "', " strsql=strsql & "pw_left='" & GetFormVariable("left") & "', " strsql=strsql & "pw_width='" & GetFormVariable("width") & "', " strsql=strsql & "pw_height='" & GetFormVariable("height") & "', " strsql=strsql & "pw_title='" & GetFormVariable("title") & "', " strsql=strsql & "pw_content='" & Content & "' " strsql=strsql & " where m_id=" & WebUserID response.Write(strsql) conn.execute strsql,0,1 conn.close set conn=nothing %>