当前位置:网站首页>asp.net弹出层实例
asp.net弹出层实例
2022-07-05 23:02:00 【全栈程序员站长】
大家好,又见面了,我是全栈君
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestASPNetNewBlock._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<ul>
<li>操作一</li>
<li>操作二</li>
<li><asp:Button ID="btnShow" runat="server" Text="操作三(点击我弹出层)" OnClientClick="return ShowBlock();" /></li>
<li>操作四</li>
<li>操作五</li>
</ul>
</div>
<!--弹出层,-->
<div id="divNewBlock" style=" border:solid 1px;padding:10px;width:600px;z-index:1001;
position: absolute; display:none;top:50%; left:10%;margin:-50px;">
<div style="padding:3px 15px 3px 15px;text-align:left;vertical-align:middle;" >
<div>
弹出层,平时在隐藏状态,这里能够放控件,载入数据。操作数据等。
</div>
<div>
<asp:Button ID="BtnOperation" runat="server" Text="操作button" OnClientClick="return Operate();"/>
<asp:Button ID="BttCancel" runat="server" Text="关闭" OnClientClick="return HideBlock();" />
</div>
</div>
</div>
</form>
</body>
<script type="text/javascript" language="javascript">
function HideBlock() {
document.getElementById("divNewBlock").style.display = "none";
return false;
}
function ShowBlock() {
var set = SetBlock();
document.getElementById("divNewBlock").style.display = "";
return false;
}
function SetBlock() {
var top = document.body.scrollTop;
var left = document.body.scrollLeft;
var height = document.body.clientHeight;
var width = document.body.clientWidth;
if (top == 0 && left == 0 && height == 0 && width == 0) {
top = document.documentElement.scrollTop;
left = document.documentElement.scrollLeft;
height = document.documentElement.clientHeight;
width = document.documentElement.clientWidth;
}
return { top: top, left: left, height: height, width: width };
}
function Operate() {
return false;
}
</script>
</html>源代码地址:http://download.csdn.net/detail/yayun0516/8264489
版权声明:本文博客原创文章。博客,未经同意,不得转载。
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/117540.html原文链接:https://javaforall.cn
边栏推荐
- Detailed explanation of pointer and array written test of C language
- ORB_ SLAM2/3
- Common model making instructions
- npm ELECTRON_ Mirror is set as domestic source (npmmirror China mirror)
- Masked Autoencoders Are Scalable Vision Learners (MAE)
- 派对的最大快乐值
- Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~
- Paddy serving v0.9.0 heavy release multi machine multi card distributed reasoning framework
- Go语言实现原理——Map实现原理
- Use the rewrite rule to rewrite all accesses to the a domain name to the B domain name
猜你喜欢

数据库基础知识(面试)

Go language implementation principle -- lock implementation principle

openresty ngx_ Lua request response

Three.JS VR看房

一文搞定垃圾回收器

Ultrasonic sensor flash | LEGO eV3 Teaching

CorelDRAW plug-in -- GMS plug-in development -- new project -- macro recording -- VBA editing -- debugging skills -- CDR plug-in (2)

Hcip day 12 (BGP black hole, anti ring, configuration)

Three. Js-01 getting started

一文搞定class的微觀結構和指令
随机推荐
派对的最大快乐值
Selenium+Pytest自动化测试框架实战
Object detection based on impulse neural network
Activate function and its gradient
查看网页最后修改时间方法以及原理简介
Using LNMP to build WordPress sites
Arduino measures AC current
Composition of interface
Roman numeral to integer
Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
Global and Chinese markets of industrial pH meters 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese market of networked refrigerators 2022-2028: Research Report on technology, participants, trends, market size and share
Leetcode daily question 1189 The maximum number of "balloons" simple simulation questions~
openresty ngx_lua请求响应
透彻理解JVM类加载子系统
【Note17】PECI(Platform Environment Control Interface)
Openresty ngx Lua regular expression
3D reconstruction of point cloud
2022 registration examination for safety management personnel of hazardous chemical business units and simulated reexamination examination for safety management personnel of hazardous chemical busines
February 13, 2022-4-symmetric binary tree