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

📄 edittag.asp

📁 这是一个非常好的留言版程序
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="include/function.asp"-->
<!--#include file="include/setup.asp"-->
<!--#include file="head.asp"-->
<%
id=cint(request("id"))
user=HTMLEncode(request("user"))
tag=HTMLEncode(request("tag"))
flag=HTMLEncode(request("flag"))
if flag="edit" then
	id=cint(request("id"))
	user=HTMLEncode(request("user"))
	Tags=HTMLEncode(request("Tags"))
	
	sql="update xsort set XSort='"&Tags&"' where UserID='"&user&"' and id="&id
	
	conn.execute(sql)
	response.redirect "mysetup.asp?type=tags" 
	response.end
end if
%>
<form name="form1" method="POST" onSubmit="return checkBk(this);" action="edittag.asp?flag=edit&user=<%=user%>&id=<%=id%>" style="margin-bottom:0;margin-top:0">
  <table width="758"  border="0" cellspacing="6" cellpadding="0" align="center" id="table1">
    <tr height="30">
      <td> </td>
    </tr>
       <tr height="30">
      <td>
		<p align="center">修改标签:<input type="text" name="Tags" id="Tags" value="<%=tag%>"> 
		<input type="submit" name="Submit" value="修改">
      </td>
    </tr>
  </table>
</form>
<!--#include file="bottom.asp"-->

⌨️ 快捷键说明

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