M
Mangler
I need to make a text field equal to the entered value. Example:
First time to the page nothing will show up in the field because
nothing was entered. I enter a value and submit the form. The
redirect is to the same page to add new inforation but this time the
value entered in that one text field will be there.
I tried <%=Request.Form("box")%> as the value of the text field but to
no success. Anyone have some input??
First time to the page nothing will show up in the field because
nothing was entered. I enter a value and submit the form. The
redirect is to the same page to add new inforation but this time the
value entered in that one text field will be there.
I tried <%=Request.Form("box")%> as the value of the text field but to
no success. Anyone have some input??