www.gusucode.com > WapEditFile手机WAP文件管理器源码 > wap_file.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"))
if FolderPath="" then FolderPath="ceshi" end if

response.Write "【遍历文件(操作)】<br/>"&chr(13)
response.Write "[相对路径]<input type='text' name='FolderPath' title='相对路径' value='"&FolderPath&"' emptyok='false'/>*必填,请您填写相对路径,适当用多个“../”到达根目录<br/>"&chr(13)
response.Write "<anchor>确认GO<go href='wap_filepost.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>