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

    
<%

'路径判断
pathstr1="http://"
pathstr2=Request.ServerVariables("server_name")
pathstr3=Left(Request.ServerVariables("path_info"),InStrRev(Request.ServerVariables("path_info"),"/"))
pathstr=pathstr1&pathstr2&pathstr3
'pathstr&"index.asp"

'当前软件版本
Software_Version="WapEditFile v4.0"
'软件更新日期
Software_Updated="2010-04-26"
'开发者
Software_Developer="吴育民"
'开发者网站
Software_Website="http://soft.089858.com"
'联系开发者
Software_Contact="电子邮箱:wuyumin#ymail.com(请用@替代#)  QQ:891668586"

%>