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

📄 addvote.asp

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

<%
  nn= Trim(Request("note"))
  if len(nn)<>0 Then    
    Set tempRs = Server.CreateObject("ADODB.Recordset")    
    tempRs.Open "vote",conn,2,3,2
    
    dim f(0),v(0)
    f(0)="note"
    v(0)=nn
    tempRs.AddNew f,v    
  
    temprs.close
    Set tempRs= Nothing
    conn.close
    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 + -