登录 注册
当前位置:主页 > 资源下载 > 23 > 参考小型文件系统

参考小型文件系统

  • 更新:2024-11-30 16:13:08
  • 大小:2.55MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:网页制作 - 课程资源
  • 格式:ZIP

资源介绍

简单的网页文件管理系统 添加代码示例: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Page_File_Add.aspx.cs" Inherits="BDLSerSystem.FileManage.Page_File_Add" %> <%@ Register assembly="Brettle.Web.NeatUpload" namespace="Brettle.Web.NeatUpload" tagprefix="Upload" %> <html> <head id="Head1" runat="server"> <title>新增客户资料</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <LINK href="../css/css.css" type="text/css" rel="stylesheet"> [removed][removed] [removed] function winconfirm() { question = confirm("您确实要删除此活动吗?") if (!question) { event.returnValue = false; } } function checkform() { if (document.Form1.HD_Code.value == "") { alert('活动编号不能为空!'); Form1.HD_Code.focus(); return false; } if (document.Form1.HD_Name.value == "") { alert('活动名称不能为空!'); Form1.HD_Name.focus(); return false; } return true; }