⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upfile.asp

📁 宁波娱乐在线城市,丰富的内容版块
💻 ASP
字号:
<!--#include file="UploadLib.asp"-->
<%
     if Request.ServerVariables("Request_Method") = "POST" then
        ret = Command("900|")
        if GetPart(ret,1) <> "0" then
            ShowError 3,GetPart(ret,2)
            Response.Write("<SCRIPT>window.parent.file.style.display = '';</SCRIPT>")
            Response.Write("<SCRIPT>window.parent.load.style.display = 'none';</SCRIPT>")
        else
            ShowMessage 3,"头像上传成功!"
            Response.Write("<script>window.parent.parent.document.all('iTXWJ').src = 'images/face/"&GetPart(ret,2)&"';</script>")
            Response.Write("<script>window.parent.parent.document.all('tTX').value = '"&GetPart(ret,2)&"';</script>")
            Response.Write("<SCRIPT>window.parent.file.style.display = '';</SCRIPT>")
            Response.Write("<SCRIPT>window.parent.load.style.display = 'none';</SCRIPT>")
        end if
     end if
%>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</head>
<body style="margin:0px" bgcolor="buttonface">
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -