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

📄 delvote.asp

📁 视频点播系统
💻 ASP
字号:
<!--#include file="security.asp"--> 
<!--#include file="articleconn.asp"-->


<%
  d_id= Trim(Request("id"))
  if d_id<>"" Then    
    Set tempRs = Server.CreateObject("ADODB.Recordset")    
    tempRs.Open "DELETE FROM VOTE Where id="&d_id,conn,2,3,1
    
    Set tempRs= Nothing
    Set conn = Nothing
  End if
  Response.Redirect "adminvote.asp"
%>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

⌨️ 快捷键说明

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