
22/06/2005, 15:47
|
 | | | Fecha de Ingreso: mayo-2003 Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 22 años Puntos: 5 | |
<%
variable = request.form("nombre_input")
response.write(variable)
%>
<form>
<input name="nombre_input" value="hola">
</form>
__________________ Saruman One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them. |