aqui esta parte de mi codigo
Código:
eso es lo que quiero enviar a la otra pagina los datos ingresados en esta pagina para luego poder enviarlos a un servlet =)
uno. jsp
<tr>
<th><font color="#FFFFFF">Indicativo: </font></th>
<th> <select name="codigoEstaciones">
<option>101</option>
<option>102</option>
</select>
</th>
<th><font color="#FFFFFF">Estación: </font></th>
<th> <input type="text" name="txtEstacion" value="" size="20" /> </th>
<th><font color="#FFFFFF"> Año: </font></th>
<th> <input type="text" name="txtAno" value="" size="20" /> </th>
</tr>
<tr>
<th><font color="#FFFFFF">Latitud: </font></th>
<th> <input type="text" name="txtLatitud" value="" size="20" /> </th>
<th><font color="#FFFFFF">Longitud: </font></th>
<th><input type="text" name="txtLongitud" value="" size="20" /> </th>
<th><font color="#FFFFFF">Elevación: </font></th>
<th><input type="text" name="txtElevacion" value="" size="20" /> </th>



