Português
<html> <head> <title>_xWin</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <META NAME="Description" CONTENT="http:/ /www.youthfly.net"> <style type='text/css'> <!-- body{font-size:12px;} a:visited{text-decoration:none;color:slategray;} a:hover{ text-decoration:underline;color:slategray;} a:link{text-decoration:none;color:slategray;} --> </style> <script language=JScript> <!-- //Pode ser empacotado como um arquivo js ; var x0=0,y0=0,x1=0,y1=0; var offx=6,offy=6; color; var index=10000;//z-index; //Começa a arrastar; function startDrag(obj) { if(event.button==1) { //Bloqueia a barra de título; o objeto; var win = obj.parentNode; var sha = win.nextSibling; //Registra a posição do mouse e da camada; parseInt(win .style.top); //Cor do registro; normal = obj.style.backgroundColor; //Alterar estilo; = pairar; sha.style.left = x1 + offx; sha.style.top = y1 + offy; moveable = true } } //Arrastar; ; var sha = win.nextSibling; win.style.left = x1 + event.clientX - x0; win.style.top = y1 + event.clientY - y0; + offx ; sha.style.top = parseInt(win.style.top) + offy; } } //Parar de arrastar; function stopDrag(obj) { if(moveable) { var win = obj.parentNode; próximoIrmão; var msg = obj.nextSibling; win.style.borderColor = obj.style.backgroundColor = normal; .top = obj.parentNode.style.top; obj.releaseCapture(); moveable = false } } //Obter foco; 2; var idx = index; obj.style.zIndex=idx; obj.nextSibling.style.zIndex=idx-1; = win.nextSibling; altura) + parseInt(tit.style.height) + 2*2; sha.style.height = win.style.height; .style.height = parseInt(tit.style.height) + 2*2; sha.style.height = win.style.height; //Crie um objeto; function xWin(id,w,h,l,t,tit,msg) { index = index+2; left = l; this.top = t; this.zIndex = index; this.title = tit; this.message = msg; ; função bulid() { var str = "" + "<div id=xMsg" + this.id + " " + "style='" + "z-index:" + this.zIndex + ";" :" + this.width + ";" + "altura:" + this.height + ";" + "esquerda:" + this.esquerda + ";" + "topo:" + this.top + ";" + "cor de fundo:" + normal + ";" + "cor:" + normal + ";" + "tamanho da fonte: 8pt;" + "família da fonte: Tahoma;" cursor:default;" + "borda:2px sólido " + normal + ";" + "' " + "onmousedown='getFocus(this)'>" + "<div " + "style='" + "cor de fundo :" + normal + ";" + "largura:" + (this.width-2*2) + ";" + "altura:20;" + "cor:branco;" + "' " + "onmousedown=' startDrag(this)' " + "onmouseup='stopDrag(this)' " + "onmousemove='drag(this)' " + "ondblclick='min(this.childNodes[1])'" + ">" + " <span style='width:" + (this.width-2*12-4) + ";padding-left:3px;'>" + this.title + "</span>" + "<span style=' largura:12;largura da borda:0px;cor:branco;família da fonte:webdings;' onclick='min(this)'>0</span>" + "<span style='width:12;largura da borda :0px;color:branco;font-family:webdings;' onclick='ShowHide(""+this.id+"",null)'>r</span>" + "</div>" + "< estilo div='" + "largura:100%;" + "altura:" + (this.height-20-4) + ";" + "cor de fundo:branco;" + "altura da linha:14px;" + "padding:3px;" + "'>" + this.message + "</div>" + "</div>" + "<div id=xMsg" + this.id + "bg style='" + "largura:" + this.width + ";" + "altura:" + this.height + ";" + "top:" + this.top + ";" "esquerda:" + this.left + ";" + "índice z:" + (this.zIndex-1) + ";" + "posição:absoluto;" + "cor de fundo:preto;" :alpha(opacity=40);" + "'></div>"; document.body.insertAdjacentHTML("beforeEnd",str); } //Mostra função de janela oculta ShowHide(id,dis){ var bdisplay = ( dis==null)?((document.getElementById("xMsg"+id).style.display=="")?"none":""):dis document.getElementById("xMsg"+id).style. display = bdisplay; document.getElementById("xMsg"+id+"bg").style.display = bdisplay } //--> </script> <script language='JScript'> <!-- function inicialize() { var a = new xWin("1",160,200,200,200,"Janela 1","xWin <br> Uma janela pop Div legal<br>Versão:1.0<br>13/08/2002"); ("2",240,200,100,100,"Janela 2","Bem-vindo ao meu site pessoal:<br><a href=http://www.youthfly.net target=_blank>http://www.youthfly.net< /a><br>anducanalsosignmyguestbook em:<br><ahref=http://www ... Youthfly.net</a><br><br>thx!!!=)..."); var c = new xWin("3",200,160,250,50,"Janela 3","Direitos autorais de <a href='mailto:webmaster#youthfly.net'>Wildwind</a>!"); ");//Ocultar janela 1 } window.onload = inicialize; //--> </script> </head> <base target="_blank"> <body onselectstart='return false' oncontextmenu='return false' > <a onclick="ShowHide('1',null);return false;" href="">Janela 1</a> <a onclick="ShowHide('2',null);return false;" "">Janela 2</a> <a onclick="ShowHide('3',null);return false;" href="">Janela 3</a> </body> </html>