16/01/2008, 14:01
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años, 1 mes Puntos: 14 | |
Re: Modal popup con location Hola
trata esto:
Código:
<SCRIPT LANGUAGE="JavaScript">
function salta(){
if (document.getElementById("ad") != 0){
arreglo = document.getElementById("ad").value.split(“,“);
document.location=arreglo[0];
//arreglo[1] = lightbox[site_sample]
//arreglo[2] = el_titulo
}
}
</SCRIPT>
<select name="ad" id = "ad"onchange="salta()">
<option selected> ---
<option value="xxxx.htm,lightbox[site_sample],El_título">texto 1
<option value="yyyy.htm,lightbox[site_sample],El_título">texto 2
<option value="zzzz.htm,lightbox[site_sample],El_título">texto 3
</select>
espero te ayude
__________________ My path is lit by my own fire, I only go where I desire |