<TITLE>Ejemplos Javascript: ejemplo práctico </TITLE>
</HEAD>
<BODY bgcolor="white">
<center><TABLE border="2" bgcolor="black" cellspacing="0"
cellpadding="1">
<TD align=center><B><FONT FACE="arial" FONT SIZE="+1"
COLOR="white">WEBEONLINE</FONT><BR></B></TD></tr><tr>
<script language="JavaScript">
<!-- Hide this from older browsers
function gotoPage (form) {
if (form.way.selectedIndex == 0)
parent.location="http://webeonline.com/";
if (form.way.selectedIndex == 1)
parent.location="http://webeonline.com/Videos_Musica.html";
if (form.way.selectedIndex == 2)
parent.location="http://webeonline.com/noticias.html";
if (form.way.selectedIndex == 3)
parent.location="http://webeonline.com/descargas.html";
if (form.way.selectedIndex == 4)
parent.location="http://webeonline.com/animaciones";
if (form.way.selectedIndex == 5)
parent.location="http://webeonline.com/Categoria26-PHP.html";
if (form.way.selectedIndex == 6)
parent.location="http://webeonline.com/Categoria25-HTML.html";
if (form.way.selectedIndex == 7)
parent.location="http://webeonline.com/registrarse.html";
if (form.way.selectedIndex == 8)
parent.location="http://webeonline.com/Categoria19-P2P.html";
if (form.way.selectedIndex == 9)
parent.location="http://webeonline.com/Categoria7-Juegos.html";
if (form.way.selectedIndex == 10)
parent.location="http://webeonline.com/contenido1/Mostrar_IP.html";
if (form.way.selectedIndex == 11)
parent.location="http://webeonline.com/contenido2/Paleta_de_colores.html";
if (form.way.selectedIndex == 12)
parent.location="http://webeonline.com/Categoria4-Programacion.html";
if (form.way.selectedIndex == 13)
parent.location="http://webeonline.com/CategoriaVideo_Ocio-Musica-Hindu.html";
}
document.write('<td valign="middle"><center><form name="WebNavigator">');
document.write('<select name="way" size="5" onChange="gotoPage(this.form)">');
document.write('<option>Principal');
document.write('<option>Videos');
document.write('<option>Noticias');
document.write('<option>Descargas');
document.write('<option>Animaciones');
document.write('<option>PHP');
document.write('<option>HTML');
document.write('<option>Registrarse');
document.write('<option>P2P');
document.write('<option>Juegos');
document.write('<option>Mostrar IP');
document.write('<option>Colores');
document.write('<option>Programacion');
document.write('<option>Musica Hindu');
document.write('</select>');
document.write('</form></td>');
// End hide -->
</script>
</td></tr><tr><td align="center"><b><font face="comic sans MS" size="0"
color="white">Elige una sección</b></font>
</td></tr></table>
<P></center>
</body>
</html>
<-- w w w . webeonline. c o m -->