📄 cadd.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<!--#include file="admin.asp"-->
<%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">
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
</head>
<card title="添加栏目">
<p>排序值只限于数字,数值越大排名越靠后!</p>
<p>栏目名称:<input name="ClassName" type="text" format="*M" emptyok="true" maxlength="30"/></p>
<p>排序值:<input name="order" type="text" format="*N" emptyok="true" maxlength="5"/></p>
<p>
<anchor>[-提交-]
<go href="csave.asp" method="post" accept-charset="utf-8">
<postfield name="ClassName" value="$(ClassName)"/>
<postfield name="order" value="$(order)"/>
</go>
</anchor><br/>
-----<br/>
<a href="./">[网站首页]</a>
</p>
</card>
</wml>
<%else%>
<%response.redirect"manage.asp"%>
<% end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -