Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/10/2004, 21:23
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 20 años, 10 meses
Puntos: 4
utiliza el evento onchange() y segun el indice escribes que te redireccione.
+ o- asi:

function combo_onchange()
if(combo.selectedindex=1)then
window.location="pagina.asp"
end if

Nota: Pasalo a la sintaxis de Jscript.