Tip: you can modify some code before running
<!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"><body ><script type="text/javascript" language="javascript">// Author: Daviv // Blog: http://blog.163.com/jxdawei//Date:2006-10-27//Email:jxdawei@gmail.comfunction Alert (str) {var objInfo = document. getElementById ("bgDiv"); if (objInfo) return; var msgw, msgh, bordercolor; msgw = 400; // The width of the prompt window msgh = 100; // the height of the prompt window is titleheight = 25 // the height of the prompt window title is bordercolor = "#808080"; // the border color of the prompt window is titlecolor = "#7DC3F6 "; // The Title color of the prompt window is var swidth,sheight?swidth=top.doc ument. body. offsetWidth; sHeight = screen. height; var bgobj1_top.doc ument. createElement ("div"); bgObj. setAttribute ('id', 'bgdiv '); bgObj. style. position = "absolute"; bgObj. style. top = "0"; bgObj. style. background = ""; bgObj. style. filter = "progid: DXImageTransform. microsoft. alpha (style = 3, opacity = 25, finishOpacity = 75 "; bgObj. style. opacity = "0.6"; bgObj. style. left = "0"; bgObj. style. width = sWidth + "px"; bgObj. style. height = sHeight + "px"; bgObj. style. zIndex = "10000" comment top.doc ument. body. appendChild (bgObj); var msgobj1_top.doc ument. createElement ("div") msgObj. setAttribute ("id", "msgDiv"); msgObj. setAttribute ("align", "center"); msgObj. style. background = "white"; // msgObj. style. border = "8px solid" + bordercolor; msgObj. style. position = "absolute"; msgObj. style. left = "50%"; msgObj. style. top = "50%"; msgObj. style. font = "14px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif"; msgObj. style. marginLeft =-msgw/2 + 'px '; msgObj. style. marginTop =-msgh/2 + 'px '; msgObj. style. width = msgw + "px"; msgObj. style. height = msgh + "px"; msgObj. style. textAlign = "center"; msgObj. style. lineHeight = "25px"; msgObj. style. zIndex = "10001";/* added */var bjobj?top.doc ument. createElement ('div '); bjObj. style. position = "absolute"; bjObj. style. zIndex = '20140901'; bjObj. style. width = msgw + 16 + 'px '; bjObj. style. height = msgh + 16 + 'px '; bjObj. style. left = "50%"; bjObj. style. top = "50%"; bjObj. style. marginLeft =-(msgw + 8)/2 + 'px'; bjObj. style. margintop =-(msgh + 8)/2 + 'px'; bjObj. style. background = bordercolor; bjObj. style. filter = 'alpha (opacity = 50) '; bjObj. style. opacity = '0. 5'; bjObj. style. marginLeft = "-208px"; bjObj. style. marginTop = "-58px"; var titledesktop.doc ument. createElement ("h4"); title. setAttribute ("id", "msgTitle"); title. setAttribute ("align", "right"); title. style. margin = "0"; title. style. padding = "6px"; title. style. background = titlecolor; title. style. filter = "progid: DXImageTransform. microsoft. alpha (startX = 20, startY = 20, finishX = 100, finishY = 100, style = 1, opacity = 75, finishOpacity = 100); "; title. style. opacity = "0.75"; title. style. border = "1px solid" + bordercolor; title. style. height = "16px"; title. style. font = "12px Verdana, Geneva, Arial, Helvetica, sans-serif"; title. style. color = "white"; title. style. cursor = "pointer"; title. innerHTML = "disabled"; title. onclick = function () {top.doc ument. body. removeChild (bgObj); top.doc ument. getElementById ("msgDiv "). removeChild (title); top.document.body.removechild(msgobj?#top.doc ument. body. removeChild (bjObj); // Added} top.doc ument. body. appendChild (msgObj); top.doc ument. body. appendChild (bjObj); // The added top.doc ument. getElementById ("msgDiv "). appendChild (title); var txtshorttop.doc ument. createElement ("p"); txt. style. margin = "1em 0" txt. setAttribute ("id", "msgTxt"); txt. innerHTML = str; top.doc ument. getElementById ("msgDiv "). appendChild (txt); setTimeout (function () {top.doc ument. body. removeChild (bgObj); top.doc ument. getElementById ("msgDiv "). removeChild (title); top.document.body.removechild(msgobj?#top.doc ument. body. removeChild (bjObj); // add this sentence}, 782000 );}</script><script type="text/javascript" src="alert.js"></script></script>Click to pop up !!!!!!!!!!! 1</body></html>
Tip: you can modify some code before running