Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/06/2002, 13:26
Avatar de oskitar
oskitar
 
Fecha de Ingreso: junio-2002
Mensajes: 245
Antigüedad: 21 años, 10 meses
Puntos: 1
ayuda con pop up chromeless, please

buenas,,, k tal os va¿?¿?'

mirad, tengo la pop up chromeless, cuyo código es este:
en head:
<script>
function openIT() {
theURL="carbosoil.htm"
wname ="CHROMELESSWIN"
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>

y en el enlace esto:

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

la pregunta es esta: eso me abriría siempre la misma ventana... como podría hacer k se abran distintas ventanas según el link???

gracias