⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 del_news.asp

📁 本程序系统完全实现了医院网站程序的全部功能的前台和后台程序
💻 ASP
字号:
<%@language="VBscript"%>
<%Response.Expires=0%>
<!--#include file="./checkuser.asp" -->
<!--#include file="../../include/db_conn.asp" -->
<%i=Request.Form("news_id").Count
  if i<>0 then
  news_id=Request.Form("news_id")   
      sqlstr="select newsimg from t_news_purpose where id in (" & news_id & ")"
      set rs=conn.execute(sqlstr)
      if not rs.eof then
         do while not rs.eof
           small_photo=trim(rs(0))
                        if isnull(small_photo)=false or small_photo<>"" then  delPic "../news_images", small_photo 
           rs.movenext
          loop 
      end if
 set rs=nothing
  sqlstr="delete from t_news_purpose where id in (" & news_id & ")"
  conn.execute sqlstr
  end if
  return_to_list '

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -