Ver Mensaje Individual
  #12 (permalink)  
Antiguo 09/03/2005, 12:48
marco_foros
 
Fecha de Ingreso: septiembre-2003
Mensajes: 96
Antigüedad: 21 años, 7 meses
Puntos: 0
Ya lo he hecho asignando el valor 1 a mi valiable VALOR y sí funcionó... me desplegó los datos de ese registro, con Id=1...pero entonces, por ké no me toma el valor del textfield con el request??

es un formulario con method="GET"... el valor del textfield val es el único que me interesa y que recupero... he aquí las líneas de comando:


<form name="form1" method="get" action="solicitud-full.asp">
<table width="703" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="188" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="31"><span class="style3">ID:</span></td>
<td width="82"><input name="val" type="text" class="style4" id="val" size="10" maxlength="5"></td>
<td width="75"><div align="right">
<input type="submit" name="Submit" value="Mostrar">


Saludos!