/lyadd.asp代码页
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml><%
'====================================================================
' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
' 程序制作:横云			  掌上校园收倾心整理收集于互联网,感谢你的支持!
' 升级时间: 2008-2-5  		主页地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com   	客服QQ:554904632 QQ群:30493504 QQ群2:46659883
'====================================================================
%> <!--#include file="conn.inc"-->
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
</head>
<card title="我有话说">
<p>
作者*<input name="name" title="名称" type="text" format="*M" emptyok="true" maxlength="10" value=""/><br/>
标题*<input name="title" title="标题" type="text" format="*M" emptyok="true" maxlength="20" value=""/><br/>
内容*<a href="ubb.asp">UBB说明</a><br/>
<input name="text<%=minute(now)%><%=second(now)%>" title="内容" type="text" format="*M" emptyok="true" maxlength="500" value=""/><br/>
<%
numb=request.serverVariables("HTTP_X_UP_CALLING_LINE_ID")
numb=right(numb,11)
 if numb="" then 
%>
联系QQ(加密必填!):<br/>
<input name='num' format="*N" maxlength="10" value='numb'/><br/>

<%
num1 = "$(num)"
else
num1 = numb
end if %>
性质:
<select title="性质" name="open">
<option title="公开" value="0">--公开--</option>
<option title="秘密" value="1">--秘密--</option>
</select><br/>

<anchor>确定提交
    <go href="lyaddcl.asp" method="post" accept-charset="utf-8">
        <postfield name="name" value="$(name)"/>
        <postfield name="title" value="$(title)"/>
        <postfield name="text" value="$(text<%=minute(now)%><%=second(now)%>)"/>
        <postfield name="open" value="$(open)"/>
        <postfield name="num" value="<%=num1%>"/>
        <postfield name="pic" value="$(pic)"/>
    </go>
</anchor><br/>
----------<br/>
<a href="ly.asp">留言首页</a>|<a href="index.asp">网站主页</a>
</p>
</card>
</wml>
字母检索
回到顶部