?? tj_bz.asp
字號(hào):
?<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<!--#include file="66hc-sb.asp"-->
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="社區(qū)管理-添加斑竹" >
<p>
<%id=dlubb(request("id"))
cz=dlubb(request("cz"))
nam=trim(request("nam"))%>
<%if cz="" then%>
版主ID:<input name='nam"' title='版主ID' value=''/><br/>
設(shè)為<anchor>副版<go href='tj_bz.asp?sb=<%=sb%>&fs=<%=fs%>&cz=1' method='post' accept-charset='utf-8'>
<postfield name='id' value='<%=id%>'/>
<postfield name='nam' value='$(nam)'/>
</go></anchor>|
<anchor>總版<go href='tj_bz.asp?sb=<%=sb%>&fs=<%=fs%>&cz=2' method='post' accept-charset='utf-8'>
<postfield name='id' value='<%=id%>'/>
<postfield name='nam' value='$(nam)'/>
</go></anchor><br/>
<%elseif cz="1" then
set rs=Server.CreateObject("ADODB.Recordset")
rspl="select gllt,id from 66hc_gr where id="&nam
rs.open rspl,conn,1,2
if id<>"" then rs("gllt")=id
rs.update
'---關(guān)閉數(shù)據(jù)----
rs.close
set rs=nothing%>
設(shè)置副版成功。。。<br/>
<%elseif cz="2" then
set rsz=Server.CreateObject("ADODB.Recordset")
rsplz="select gllt,gllt1,id from 66hc_gr where id="&nam
rsz.open rsplz,conn,1,2
if id<>"" then rsz("gllt")=id
if id<>"" then rsz("gllt1")=id
rsz.update
'---關(guān)閉數(shù)據(jù)----
rsz.close
set rsz=nothing%>
設(shè)置總版成功。。。<br/>
<%end if%>
----------<br/>
<a href="bankuai.asp?fs=<%=fs%>&sb=<%=sb%>">返回版塊管理</a><br/>
<a href="d_i.asp?fs=<%=fs%>&sb=<%=sb%>">返回管理首頁</a><br/>
<a href="/index.asp?fs=<%=fs%>&sb=<%=sb%>">返回網(wǎng)站首頁</a><br/>
報(bào)時(shí):<%=time%>
</p></card></wml>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -