Compatibility has been tested: IE6IE7IE8FF3CHROME10
Normal link or button prompt
<script> <BR>//Prompt message class<BR>var tips = { <BR>temp : {}, <BR>/*** <BR>* Pop-up prompt<BR>* <BR>* @param string msg Prompt text content<BR>* @param string id The id of the target object to pop up the prompt. If the id is wrong/null/false/0, the main Window pop-up<BR>* @param int time The scheduled disappearance time in milliseconds. If it is null/0/false, it will not be scheduled.<BR>* @param string color The background color format of the prompt content is #000000 <BR>* @param int width prompt window width, default 300 <BR>*/ <BR>show : function(msg, id, time, color, width) <BR>{ <BR>var target = this._get(id); <BR>if(!target) { id = 'window'; } <br><br>//If it has popped up, remove it and pop it up again<BR>if(this._get(id '_tips')) { this.remove (id); } <br><br>//Set the default value <BR>msg = msg || 'error'; <BR>color = color || '#ea0000'; <BR>width = width || 300 ; <BR>time = time ? parseInt(time) : false; <br><br>if(id=='window') { <BR>var y = document.body.clientHeight/2 document.body.scrollTop; <BR>var x = (document.body.clientWidth-width)/2; <BR>var textAlign = 'center', fontSize = '15',fontWeight = 'bold'; <BR>} else { <BR>/ /Get object coordinate information<BR>for(var y=0,x=0; target!=null; y =target.offsetTop, x =target.offsetLeft, target=target.offsetParent); <BR>var textAlign = ' left', fontSize = '12',fontWeight = 'normal'; <BR>} <br><br>//Pop-up prompt<BR>var tipsDiv = this._create({display:'block',position:'absolute ',zIndex:'1001',width:(width-2) 'px',left:(x 1) 'px',padding:'5px',color:'#ffffff',fontSize:fontSize 'px',backgroundColor :color,textAlign:textAlign,fontWeight:fontWeight,filter:'Alpha(Opacity=50)',opacity:'0.7'}, {id:id '_text', innerHTML:msg, onclick:function(){tips.hidden (id);}}); <BR>document.body.appendChild(tipsDiv); <BR>tipsDiv.style.top = (y-tipsDiv.offsetHeight-12) 'px'; <BR>document.body.appendChild (this._create({display:'block',position:'absolute',zIndex:'1000',width:(width 10) 'px',height:(tipsDiv.offsetHeight-2) 'px',left:x 'px',top:(y-tipsDiv.offsetHeight-11) 'px',backgroundColor:color,filter:'Alpha(Opacity=50)',opacity:'0.7'}, {id:id '_bg'}) ); <BR>if(id!='window') { <BR>var arrow = this._create({display:'block',position:'absolute',overflow:'hidden',zIndex:'999', width:'20px',height:'10px',left:(x 20) 'px',top:(y-13) 'px'}, {id:id '_arrow'}); <BR>arrow.appendChild (this._create({display:'block',overflow:'hidden',width:'0px',height:'10px',borderTop:'10px solid ' color,borderRight:'10px solid #fff', borderLeft:' 10px solid #fff',filter:'Alpha(Opacity=70)',opacity:'0.8'})); <BR>document.body.appendChild(arrow); <BR>} <br><br>// The mark has popped up<BR>this.temp[id] = id; <br><br>//If the timer is turned off<BR>if(time) { setTimeout(function(){tips.hidden(id);}, time ) } <br><br>return id; <BR>}, <BR>/*** <BR>* Hide prompt <BR>* <BR>* @param string id The id of the prompt to be hidden. If you want to hide the main window, the prompt id is window. If you want to hide all prompts, the id can be empty <BR>*/ <BR>hidden : function(id) <BR>{ <BR>if(!id) { for (var i in this.temp) { this.hidden(i); } return; } <BR>var t = this._get(id '_text'), d = this._get(id '_bg'), a = this._get(id '_arrow'); <BR>if(t) { t.parentNode.removeChild(t); } <BR>if(d) { d.parentNode.removeChild(d); } <BR>if (a) { a.parentNode.removeChild(a); } <BR>}, <BR>_create : function(set, attr) <BR>{ <BR>var obj = document.createElement('div'); <BR>for(var i in set) { obj.style[i] = set[i]; } <BR>for(var i in attr) { obj[i] = attr[i]; } <BR>return obj ; <BR>}, <BR>_get : function(id) <BR>{ <BR>return document.getElementById(id); <BR>} <BR>}; <br><br><BR>window. onload = function(){ <BR>tips.show('Main window tips-green-irregular-300 pixels', null, null, '#009900', 300); <BR>tips.show('Form error tips - red - disappear in 3000 milliseconds - 250 pixels', 'test', 3000, '#ea0000', 250); <BR>} <BR>document.onclick = function(){ <BR>tips.hidden(); <BR>} <BR></script>

Detailed explanation of JavaScript string replacement method and FAQ This article will explore two ways to replace string characters in JavaScript: internal JavaScript code and internal HTML for web pages. Replace string inside JavaScript code The most direct way is to use the replace() method: str = str.replace("find","replace"); This method replaces only the first match. To replace all matches, use a regular expression and add the global flag g: str = str.replace(/fi

This tutorial shows you how to integrate a custom Google Search API into your blog or website, offering a more refined search experience than standard WordPress theme search functions. It's surprisingly easy! You'll be able to restrict searches to y

Leverage jQuery for Effortless Web Page Layouts: 8 Essential Plugins jQuery simplifies web page layout significantly. This article highlights eight powerful jQuery plugins that streamline the process, particularly useful for manual website creation

So here you are, ready to learn all about this thing called AJAX. But, what exactly is it? The term AJAX refers to a loose grouping of technologies that are used to create dynamic, interactive web content. The term AJAX, originally coined by Jesse J

Core points This in JavaScript usually refers to an object that "owns" the method, but it depends on how the function is called. When there is no current object, this refers to the global object. In a web browser, it is represented by window. When calling a function, this maintains the global object; but when calling an object constructor or any of its methods, this refers to an instance of the object. You can change the context of this using methods such as call(), apply(), and bind(). These methods call the function using the given this value and parameters. JavaScript is an excellent programming language. A few years ago, this sentence was

This post compiles helpful cheat sheets, reference guides, quick recipes, and code snippets for Android, Blackberry, and iPhone app development. No developer should be without them! Touch Gesture Reference Guide (PDF) A valuable resource for desig

jQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI

Article discusses creating, publishing, and maintaining JavaScript libraries, focusing on planning, development, testing, documentation, and promotion strategies.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
