资源介绍
简单的网页文件管理系统
添加代码示例:
<%@ 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;
}
- 上一篇: Delphi 10.3 汉化包.zip
- 下一篇: LINUX文件系统模拟