非常漂亮的整程序

源代码在线查看: upload_file.asp

软件大小: 1896 K
上传用户: chenqiyun1990
关键词: 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				
				
								BODY{
				BACKGROUND-COLOR: #E3E3E3;
				font-size:9pt
				}
				.tx1 { height: 20px;font-size: 9pt; border: 1px solid; border-color: #000000; color: #0000FF}
				-->
				
				
				
				function check() 
				{
					var strFileName=document.form1.FileName.value;
					if (strFileName=="")
					{
				    	alert("请选择要上传的文件");
						document.form1.FileName.focus();
				    	return false;
				  	}
				}
				
				
				
								if EnableUploadFile="Yes" and (session("AdminName")"") then
				%>
				
				  
				  
				
								else
					response.write "对不起,本网站不允许上传文件!"
				end if
				%>
				
				
							

相关资源