Ver Mensaje Individual
  #10 (permalink)  
Antiguo 16/06/2008, 13:42
Avatar de Cameron_2006
Cameron_2006
 
Fecha de Ingreso: diciembre-2006
Mensajes: 248
Antigüedad: 18 años, 3 meses
Puntos: 0
Respuesta: formulario con Registro seleccionado (select)

<form name="formi" method="post" action="guardar_enlace.asp">
<input type="hidden" name="cod_enlace" value="<%=cod_enlace%>" >

<table width="100%" border="1">
<tr>
<th width="29%" scope="row"><div align="left">Modificar categor&iacute;a </div></th>
<td width="71%">

... codigo...
</table>
</form>

<% rs.close
con.close
Set rs=nothing
Set con=nothing %>