Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/01/2002, 19:18
Avatar de Aleph
Aleph
 
Fecha de Ingreso: agosto-2001
Ubicación: Kenolandia
Mensajes: 1.061
Antigüedad: 22 años, 9 meses
Puntos: 3
Re: Menú desplegable (sin firma)

Te transcribo el menu usado aqui en los foros, luego hace las modificaciones necesarias.

Primero, la funcion:

function jumpTo(s) {if (s.selectedIndex != 0) top.location.href = s.options[s.selectedIndex].value;return true;}


Despues el menu (comobox):

<select name="selectMenu" size=1 onchange="jumpTo(document.stuff.selectMenu)&q uot;>
<option>Seleccione un foro</option>
<option value='foro.asp id=5'>Administración</option>
[....]
</select>

Modificalo y listo.

SALUD:)S

<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td align="right"><a href="http://www.cicpm.org" target="_blank"><img src="http://www.amsystems.com.ar/imagenes/fw/firma.gif" border="0"></a></td></tr></table>