Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/02/2002, 11:28
Avatar de Potro
Potro
 
Fecha de Ingreso: abril-2001
Mensajes: 2.249
Antigüedad: 23 años
Puntos: 39
Re: Pop-ups ... con bordes ...

Buenmo haber si no hago un dema aquí..

<HTML>
<HEAD>
<TITLE></TITLE>

<script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.2.js"></SCRIPT>

<script>
function openIT() {
theURL="paiszara.html"
wname ="CHROMELESSWIN"
W=300;
H=200;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowNONEgrf = "img/none.gif"
windowCLOCK = "img/clock.gif"
windowREALtit = " joel mora"
windowTIT = "<font face=verdana size=1> Potro</font>"
windowBORDERCOLOR = "#808080"
windowBORDERCOLORsel = "#000090"
windowTITBGCOLOR = "#FFFFFF"
windowTITBGCOLORsel = "#000090"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>



</HEAD>


<a href="javascript:openIT();">Open Window</a>


</BODY>
</HTML>


Esto es el archivo html que habrira la página diseñada.