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

📄 advuploadpicture.asp

📁 全球商务网站系统介绍 GLOBALEC.COM.CN[生成HTML版] 系统概述: 软件名称:全球商务网站系统 当前版本:V1.0 最新版本:V1.1 运行环境:WINNT+(IIS)
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>上传图片</title>
</head>
<link rel="stylesheet" type="text/css" href="../css/style.css">
<%
if Request.Cookies("globalec")("globalecmaster")="" or Request.Cookies("globalec")("masterflag")="" then
response.write "<script language='javascript'>"
response.write"this.location.href='../login.asp';</SCRIPT>" 
response.end
end if
if instr(Request.Cookies("globalec")("masterflag"),"71")=0 then
response.redirect "../err.asp"
response.end
end if
%>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f3f5;
}
-->
</style><BODY>
<CENTER> 
  <TABLE cellSpacing=1 cellPadding=5 width="100%" align=center border=0> 
      <FORM name=formuppic action=AdvUploadPicture_seav.asp method=post encType=multipart/form-data><TBODY> 
        <TR> 
          <TD>上传图片: <INPUT style="FONT-SIZE: 9pt" type=file src="" size=30 name=picture> 
            <INPUT style="FONT-SIZE: 9pt" type=submit value="确 定" name=submit> 
          </TD> 
        </TR> 
      </TBODY>  </FORM> 
  </TABLE>
</CENTER> 
</BODY>
</HTML>

⌨️ 快捷键说明

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