自定义弹出框alert

2024-04-25 09:58
文章标签 自定义 弹出 alert

本文主要是介绍自定义弹出框alert,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

有时候由于某种需求,我们需要改变弹出框的样式。
例子一:


js代码如下:

function alert(txt){document.write ('<table width="500px" height="170px" border="0" align="center"cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">');document.write (' <tr>');document.write (' <td align="center" bgcolor="#F3AA33" height="25px"><span >用户信息</span></td>');document.write (' </tr>');document.write (' <tr>');document.write (' <td bgcolor="#FFFFFF" height="100px" style=" font­size:13px;color:rgb(27,111,181); font­family:Verdana;">'+txt+'</td>');document.write (' </tr>');document.write (' <tr>');document.write(' <td align="right" height="25px">');document.write (' <input type="button" name="Submit2" style="width:50px;margin-right:20px;" value="确定"οnclick="window.close()"/></td>');document.write (' </tr>');document.write ('</table>');}  

例子二:

可以正常确定返回。


js代码如下:

window.alert = function(str) 
{ 
var shield = document.createElement("DIV"); 
shield.id = "shield"; 
shield.style.position = "absolute"; 
shield.style.left = "0px"; 
shield.style.top = "0px"; 
shield.style.width = "100%"; 
shield.style.height = document.body.scrollHeight+"px"; 
//弹出对话框时的背景颜色 
shield.style.background = "#fff"; 
shield.style.textAlign = "center"; 
shield.style.zIndex = "25"; 
//背景透明 IE有效 
//shield.style.filter = "alpha(opacity=0)"; 
var alertFram = document.createElement("DIV"); 
alertFram.id="alertFram"; 
alertFram.style.position = "absolute"; 
alertFram.style.left = "50%"; 
alertFram.style.top = "50%"; 
alertFram.style.marginLeft = "-225px"; 
alertFram.style.marginTop = "-75px"; 
alertFram.style.width = "450px"; 
alertFram.style.height = "150px"; 
alertFram.style.background = "#ff0000"; 
alertFram.style.textAlign = "center"; 
alertFram.style.lineHeight = "150px"; 
alertFram.style.zIndex = "300"; 
<pre name="code" class="html">strHtml=\"<p style=\"display:none;\">hello world!</p>\";
strHtml += "<ul style=\"list-style:none;margin:0px;padding:0px;width:100%\">\n"; strHtml += " <li style=\"background:#DD828D;text-align:left;padding-left:20px;font-size:14px;font-weight:bold;height:25px;line-height:25px;border:1px solid #F9CADE;\">[自定义提示]</li>\n"; strHtml += " <li style=\"background:#fff;text-align:center;font-size:12px;height:120px;line-height:120px;border-left:1px solid #F9CADE;border-right:1px solid #F9CADE;\">"+str+"</li>\n"; strHtml += " <li style=\"background:#FDEEF4;text-align:center;font-weight:bold;height:25px;line-height:25px; border:1px solid #F9CADE;\"><input type=\"button\" value=\"确 定\" οnclick=\"doOk()\" /></li>\n"; strHtml += "</ul>\n"; alertFram.innerHTML = strHtml; document.body.appendChild(alertFram); document.body.appendChild(shield); var ad = setInterval("doAlpha()",5); this.doOk = function(){ alertFram.style.display = "none"; shield.style.display = "none"; } alertFram.focus(); document.body.onselectstart = function(){return false;}; }


 

例子三:

js代码如下:

 window.alert = function (sid) {// var shield = document.createElement("DIV");//shield.id = "shield";//shield.style.position = "absolute";//shield.style.left = "0";//shield.style.top = "0";//shield.style.width = "100%";//shield.style.height = document.body.scrollHeight + "px";//弹出对话框时的背景颜色 // shield.style.background = "#fff";//shield.style.textAlign = "center";//shield.style.zIndex = "25";//背景透明 IE有效 //shield.style.filter = "alpha(opacity=0)"; var alertFram = document.createElement("DIV");//alertFram.className = "box-content";alertFram.id = "alertFram";alertFram.style.position = "absolute";alertFram.style.width = "80%";alertFram.style.minWidth = "970px";alertFram.style.maxWidth = "1190pxpx";alertFram.style.right = "1.7%";alertFram.style.top = "22%";alertFram.style.marginLeft = "-225px";alertFram.style.marginLeft = "auto";alertFram.style.marginRight = "auto";alertFram.style.marginTop = "-75px";//alertFram.style.width = "450px";alertFram.style.height = "auto";alertFram.style.background = "#ff0000";alertFram.style.textAlign = "center";//alertFram.style.lineHeight = "150px";alertFram.style.zIndex = "300";strHtml = "<ul style=\"list-style:none;margin:0px;padding:0px;width:100%;\">\n";strHtml += " <li style=\"background:#ff8585;text-align:left;padding-left:20px;font-size:14px;font-weight:bold;height:30px;line-height:30px;text-align:center;border:1px solid #F9CADE;\">用户 " + sid + " 详细信息</li>\n";//每个用户的信息strHtml += " <li style=\"background:#fff;text-align:center;font-size:12px;height:auto;line-height:auto;border-left:1px solid #F9CADE;border-right:1px solid #F9CADE;\"><table class=\"alerttable table table-striped table-bordered responsive\" οnlοad=\"getUserinfo(sid);\"><thead style=\"background-color:#e8e8e8;\"><tr><th>sid</th><th>password</th><th>phone</th><th>phone_state</th><th>fullname</th><th>nickname</th><th>citizen_id</th><th>gender</th><th>birth_year</th><th>career</th><th>company</th><th>job_title</th><th>education</th><th>school</th><th>files</th></tr></thead><tbody></tbody></table></li>\n";strHtml += " <li style=\"background:#fff;text-align:center;font-weight:bold;border-left:1px solid #F9CADE;border-right:1px solid #F9CADE;\"><input type=\"button\" style=\"margin:10px auto;width:auto;height:30px;line-height:25px;color:white;background-color:rgb(40,160,230);\" value=\" 查看完毕 请点我返回 \" οnclick=\"doOk()\" /></li>\n";               strHtml += "</ul>\n";alertFram.innerHTML = strHtml;document.body.appendChild(alertFram);//document.body.appendChild(shield);//确定关闭函数this.doOk = function () {alertFram.style.display = "none";//shield.style.display = "none";}alertFram.focus();document.body.onselectstart = function () { return false; };//动态构建表格,调用后台填充数据(function getUserinfo(sid) {var data = 'sid=' + sid + '&func=getUserinfo';$.ajax({url: "ajax/func.php",type: "POST",dataType: 'json',data: data,success: function (data) {if (data['r']) {var $tbody = $('.alerttable tbody');var tr = $('<tr></tr>');if (data['r']) {for (info in data['r'].info) {var tds = "";tds += $('<td>' + data['r'].info[info] + '</td>').appendTo(tr);}tds += $('<td><a sid="' + data['r'].info.sid + '" class = "files">' + data['r'].files.length + '</a></td>').appendTo(tr);$tbody.html(tr);                                  }} else {alert('信息不存在!');}}});})(sid);}//函数:查看大图function looking(src) {window.open(src, "_blank", "toolbar=no,scrollbars=no,menubar=no");//打开一个新的窗口,在新的窗口显示图片的本来大小}

这篇关于自定义弹出框alert的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/934357

相关文章

使用Sentinel自定义返回和实现区分来源方式

《使用Sentinel自定义返回和实现区分来源方式》:本文主要介绍使用Sentinel自定义返回和实现区分来源方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录Sentinel自定义返回和实现区分来源1. 自定义错误返回2. 实现区分来源总结Sentinel自定

如何自定义Nginx JSON日志格式配置

《如何自定义NginxJSON日志格式配置》Nginx作为最流行的Web服务器之一,其灵活的日志配置能力允许我们根据需求定制日志格式,本文将详细介绍如何配置Nginx以JSON格式记录访问日志,这种... 目录前言为什么选择jsON格式日志?配置步骤详解1. 安装Nginx服务2. 自定义JSON日志格式各

Android自定义Scrollbar的两种实现方式

《Android自定义Scrollbar的两种实现方式》本文介绍两种实现自定义滚动条的方法,分别通过ItemDecoration方案和独立View方案实现滚动条定制化,文章通过代码示例讲解的非常详细,... 目录方案一:ItemDecoration实现(推荐用于RecyclerView)实现原理完整代码实现

基于Spring实现自定义错误信息返回详解

《基于Spring实现自定义错误信息返回详解》这篇文章主要为大家详细介绍了如何基于Spring实现自定义错误信息返回效果,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录背景目标实现产出背景Spring 提供了 @RestConChina编程trollerAdvice 用来实现 HTT

SpringSecurity 认证、注销、权限控制功能(注销、记住密码、自定义登入页)

《SpringSecurity认证、注销、权限控制功能(注销、记住密码、自定义登入页)》SpringSecurity是一个强大的Java框架,用于保护应用程序的安全性,它提供了一套全面的安全解决方案... 目录简介认识Spring Security“认证”(Authentication)“授权” (Auth

SpringBoot自定义注解如何解决公共字段填充问题

《SpringBoot自定义注解如何解决公共字段填充问题》本文介绍了在系统开发中,如何使用AOP切面编程实现公共字段自动填充的功能,从而简化代码,通过自定义注解和切面类,可以统一处理创建时间和修改时间... 目录1.1 问题分析1.2 实现思路1.3 代码开发1.3.1 步骤一1.3.2 步骤二1.3.3

dubbo3 filter(过滤器)如何自定义过滤器

《dubbo3filter(过滤器)如何自定义过滤器》dubbo3filter(过滤器)类似于javaweb中的filter和springmvc中的intercaptor,用于在请求发送前或到达前进... 目录dubbo3 filter(过滤器)简介dubbo 过滤器运行时机自定义 filter第一种 @A

CSS自定义浏览器滚动条样式完整代码

《CSS自定义浏览器滚动条样式完整代码》:本文主要介绍了如何使用CSS自定义浏览器滚动条的样式,包括隐藏滚动条的角落、设置滚动条的基本样式、轨道样式和滑块样式,并提供了完整的CSS代码示例,通过这些技巧,你可以为你的网站添加个性化的滚动条样式,从而提升用户体验,详细内容请阅读本文,希望能对你有所帮助...

SpringBoot 自定义消息转换器使用详解

《SpringBoot自定义消息转换器使用详解》本文详细介绍了SpringBoot消息转换器的知识,并通过案例操作演示了如何进行自定义消息转换器的定制开发和使用,感兴趣的朋友一起看看吧... 目录一、前言二、SpringBoot 内容协商介绍2.1 什么是内容协商2.2 内容协商机制深入理解2.2.1 内容

【前端学习】AntV G6-08 深入图形与图形分组、自定义节点、节点动画(下)

【课程链接】 AntV G6:深入图形与图形分组、自定义节点、节点动画(下)_哔哩哔哩_bilibili 本章十吾老师讲解了一个复杂的自定义节点中,应该怎样去计算和绘制图形,如何给一个图形制作不间断的动画,以及在鼠标事件之后产生动画。(有点难,需要好好理解) <!DOCTYPE html><html><head><meta charset="UTF-8"><title>06