
06/04/2004, 07:50
|
| | Fecha de Ingreso: enero-2002 Ubicación: Euskal Herria
Mensajes: 129
Antigüedad: 23 años, 3 meses Puntos: 0 | |
Esto es lo que contiene la pagina del formulario:
<form name="bilatu" action="bila.asp">
<table width="50%" border="0" cellpadding="0" cellspacing="0" class="formularioa">
<tr>
<td height="18"><strong> Palabra:</strong></td>
</tr>
<tr>
<td align="center">
<input name="hitza" type="text" size="18">
</td>
</tr>
<tr>
<td height="26" align="right" valign="top">
<input type="hidden" name="hautatu" value="1">
<input type="submit" value="Buscar">
<img src="irudiak/espacio.gif" width="3" height="17"> </td>
</tr>
<tr>
<td height="1" bgcolor="#BAAC29"><img src="irudiak/espacio.gif" width="1" height="1"></td>
</tr>
</table>
</form>
Y esto es lo que contiene la pagina que lo regoge:
<%
hitza = Request("hitza")
kodea = Request("hautatu")
if (kodea=1) then
nora="bilatzailea/bilatu.asp?bilatzeko=" & hitza
else
nora="hiztegia/index.asp?terminoa=" & hitza
end if
response.redirect(nora)
%>
Alguna idea?
__________________ SOS Palestina |