Hi
I'm stuck again!
I am trying to pass variables which I am picking up from a form as part of a URL to another form
<INPUT TYPE="TEXT" NAME="description" style="font-size: 10;" SIZE=12 MAXLENGTH=100 VALUE="" &_
Request("description" & ""></TD>
I now add a value to the text box description
However when I try Request.Form("description" the value is empty
Any idea's?
Thanks
Stessie
I'm stuck again!
I am trying to pass variables which I am picking up from a form as part of a URL to another form
<INPUT TYPE="TEXT" NAME="description" style="font-size: 10;" SIZE=12 MAXLENGTH=100 VALUE="" &_
Request("description" & ""></TD>
I now add a value to the text box description
However when I try Request.Form("description" the value is empty
Any idea's?
Thanks
Stessie