![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/06/2002, 13:29
|
| | Fecha de Ingreso: julio-2001 Ubicación: Internet
Mensajes: 1.690
Antigüedad: 23 años, 6 meses Puntos: 1 | |
Re: ayuda con pop up chromeless, please Hola!,
Prueba con esto:
<script>
function openIT(wname,theURL) {
W=700;
H=500;
windowCERRARa = "imagenes/close_a.gif"
windowCERRARd = "imagenes/close_d.gif"
windowCERRARo = "imagenes/close_o.gif"
windowNONEgrf = "imagenes/none.gif"
windowCLOCK = "imagenes/clock.gif"
windowREALtit = ""
windowTIT = "<font face=verdana size=1><center>CAMPO RIO, S.L.</center></font>"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#3399FF"
windowTITBGCOLOR = "#3399FF"
windowTITBGCOLORsel = "#333333"
openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
</script>
<A HREF="javascript:openIT("vena",&quo t;algo.htm");">zzz</A>
<A HREF="javascript:openIT("venb",&quo t;otro.htm");">sss</A>
<SCRIPT LANGUAGE="javascript" SRC="http://www.galeon.com/jlmnetwork/firma.js"></SCRIPT> |