Menú desplegable
El siguiente menú te sirve para navegar sin tener que poner muchos botones o links de
testo, solo tienes que elegir una opción del menú y al hacerlo automáticamente saltas
a la página seleccionada.
En seguida te mostramos un ejemplo:
El tag para hacerlo es el siguiente:
<FORM ACTION="">
<SELECT NAME="Navigate" onchange="location.href = this.options[this.selectedIndex].value;">
<OPTION VALUE="menu_desp.html" SELECTED>Menú</OPTION>
<OPTION VALUE="pba1.html"Prueba 1></OPTION>>
<OPTION VALUE="pba2.html"Prueba 2></OPTION>
<OPTION VALUE="scrollba.html"Scroll_barra></OPTION>
<OPTION VALUE="scrollve.html"Scroll_ventana></OPTION>
<OPTION VALUE="abre_v_op.html"Imagen_ventana></OPTION>
<OPTION VALUE="mapas.html"Mapas></OPTION>
</SELECT>
</FORM>