Mangler wrote on 09 nov 2006 in microsoft.public.inetserver.asp.general:
It doesnt work. I must be doing something wrong here. Below is my
form
Please always quote on usenet, this is not email.
I wrote earlier:
if your html was:
<form method='post'>
<input name='box' value='<%=Request.Form("box")%>'>
<input type='submit'>
</form>
it should work.
However if you used a querystring, you would need this:
<form>
<input name='box' value='<%=Request.Querystring("box")%>'>
<input type='submit'>
</form>
Tested.
Did you try the above?
Do you mean that the above "does not work"?
If we, after response to that, want to discuss your code,
please scale it down excluding all irrelevant code,
like the table elements, but do not include values that are
not specified in code.
... and always explain what "does not work" means,
and what you did debugging and what the debugging results were.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)