📄 writeping.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.ContentType="text/vnd.wap.wml" %><?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'/>
</head>
<card title='发表评论'>
<p>
作者:<input name='writer' type='text' emptyok="true" maxlength="10" size='3'/><br/>
内容:<input name='ping' type='text' emptyok="true" maxlength="250"/><br/>
<anchor>发表<go href='saveping.asp?n=<%=request("n")%>&a=<%=request("a")%>' method="post" accept-charset="utf-8">
<postfield name="ping" value="$(ping)"/>
<postfield name="name" value="<%=request("name")%>"/>
<postfield name="writer" value="$(writer)"/>
<postfield name="url" value="<%=request("url")%>"/>
</go></anchor>
<br/><br/><anchor><prev/>返回</anchor>
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -