Hola que tal amigos!
Mi pregunta es la siguiente: ¿como puedo recuperar el valor de una variable que esta contenida dentro de un input text e imprimirla con un response.write o algo parecido en asp...?
gracias por valioza ayuda...
| ||||
<% 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. |