Posted by Carlos I on 01/06/57 11:51
Hi,
I extract code from http://www.emtmadrid.es/services/espera.html
but the code don't work as i expect.
The frame code i extract is used to send a post method but
when i send it the explorer show me the home page. http://www.emtmadrid.es
ΏAny ideas how can i do this work?
Thanks
The code is ..
----begin-----------------------
<html>
<head>
<title>Consulta de tiempos de espera - Selecciσn de parada</title>
</head>
<!---
6611/66 - GTA.CUATRO CAMINOS-FUENCARRAL
-
-
--->
<body>
<form name="Form2" method="post"
action="http://www.emtmadrid.es/services/consulta1.asp">
<table border="0" align="center">
<tr>
<td><b>Lνnea: </b></td>
<td> <select NAME="Linea" SIZE=1>
<option VALUE="6611/66 - GTA.CUATRO CAMINOS-FUENCARRAL">LINEA66</option>
</select></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan=2><b>Sentido hacia <font size=2>SAN CUGAT</font></b></td>
<tr>
<td colspan=2>
<select NAME="Parada1" SIZE=1>
<option VALUE="">Seleccione la Parada...</option>
<option VALUE="3219 - GTA.CUATRO CAMINOS">1</option>
<option VALUE="2655 - PΊ CASTELLANA-VIEJAS">2</option>
<option VALUE="2656 - VIEJAS-PABLO LUNA">3</option>
<option VALUE="2682 - PZA.DE LOS TRES OLIVOS">4</option>
<option VALUE="2686 - ANASTASIA LOPEZ-BRAILLE">5</option>
</select><input name="sentido1" type="submit" value=" Consultar "></td>
<tr><td colspan=2> </td>
<tr><td colspan=2><b>Sentido hacia <font size=2>GTA. CAMINOS</font></b></td>
<tr><td colspan=2><select NAME="Parada2" SIZE=1 onChange
="document.Form2.submit()">
<option VALUE="">Seleccione la Parada...</option>
<option VALUE="2689 - BRAILLE-MOLINS DE REY">1</option>
<option VALUE="2683 - PZA.DE LOS TRES OLIVOS">2</option>
<option VALUE="2677 - GTA.FUENTE DE LA CARRA">3</option>
<option VALUE="1600 - BRAVO MURILLO-ALMANSA">4</option>
<option VALUE="5503 - BRAVO MURILLO NΊ 109">5</option>
</select>
<input name="sentido2" type="submit" value=" Consultar "></td>
</table>
</form>
<p>
<table border="0" align="center">
<tr><td align="center"><input TYPE="button" VALUE=" Volver "
onclick="history.back()"></td>
</table>
</body>
</html>
----end-----------------------
[Back to original message]
|