?? reed.asp
字號:
?<%@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="config.inc"-->
<!--#include file="ubb.inc"-->
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="id" title="修改投票主題">
<p>
<!--#include file="admin2.inc"-->
<%=now()%><br/>
<%
dim objgbrr,ssql
set objgbrr=Server.CreateObject("ADODB.Recordset")
ssql="select * from m where cstr(id)=1"
objgbrr.open ssql,myc,1,1
if not objgbrr.eof then
dim name
name=objgbrr("name")
%>
投票主題內(nèi)容:<br/>
<input name="newname<%=minute(now)%><%=second(now)%>" maxlength="200" value="<%=ubb(name)%>"/><br/>
<anchor title="確定">[確定提交]
<go href="reedcl.asp?myid=<%=myid%>&id=<%=id%>&idss=<%=idss%>" method="post" accept-charset='utf-8'>
<postfield name="newname" value="$(newname<%=minute(now)%><%=second(now)%>)"/>
</go>
</anchor>
<br/>-----------<br/>
<a href="../admin2.asp?myid=<%=myid%>&idss=<%=idss%>">[管理頁面]</a><br/>
<!--#include file="bb.asp"-->
<!--#include file="cc.asp"-->
<%
end if
else
response.write"非法數(shù)據(jù)!!<br/><a href='http://66hc.net/wap'>第六感</a>"
end if
myc.close
set myc=nothing
%>
</p>
</card>
</wml>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -