www.gusucode.com > WapEditFile手机WAP文件管理器源码 > wap_emptyfolderpost1.asp

    <!--#include file="wap_common.asp"-->
<!--#include file="wap_check.asp"-->
<!--#include file="wap_verify.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'/>
</head>

<card id='wuyumin' title='清空文件夹最后确认'>

<%
'清除输入框记录,不能放在<p></p>里边
response.Write "<onevent type='onenterforward'>"&chr(13)
response.Write "   <refresh>"&chr(13)
response.Write "     <setvar name='FolderPath' value=''/>"&chr(13)
response.Write "   </refresh>"&chr(13)
response.Write "</onevent>"&chr(13)
'清除输入框记录,不能放在<p></p>里边
%>

<p>
<!--#include file="wap_top.asp"-->
<!--#include file="wap_top_end.asp"-->
</p>
<p>

<%
FolderPath=trim(request("FolderPath"))

response.Write "【清空文件夹最后确认】<br/>"&chr(13)
response.Write "为防止操作失误,再次提醒您一下。<br/>"&chr(13)
response.Write "您将清空的文件夹相对路径为:"&FolderPath&"<br/>"&chr(13)
response.Write "<anchor>确认清空文件夹GO<go href='wap_emptyfolderpost2.asp' method='post'>"&chr(13)
response.Write "<postfield name='FolderPath' value='"&FolderPath&"'/></go></anchor>"&chr(13)
%>

</p>
<p>
<!--#include file="wap_footer_head.asp"-->
<!--#include file="wap_footer.asp"-->
</p>
</card>
</wml>