|    
			
				18/03/2003, 02:18
			
			
			  | 
  |   |  | Colaborador |  |  Fecha de Ingreso: febrero-2002 Ubicación: Madrid 
						Mensajes: 25.052
					 Antigüedad: 23 años, 8 meses Puntos: 772 |  | 
  |  Hola,
 A ver si así...
 
 <td colspan="3" height="89" valign="top">
 <form name="jump">
 <select name="menu">
 <option value="index.htm">Español</option>
 <option value="index2.htm">Ingles</option>
 </select>
 <input name="button" type="button" onClick="location.href=document.jump.menu.value;" value="Go">
 </form>
 </td>
 
 Saludos,
     |