[thelist] ASP - actions taken before redirect? (again)

darren darren at web-bitch.co.uk
Thu Sep 27 18:00:23 CDT 2001


On 27 September 2001 at 23:33:29, spinhead <evolt at spinhead.com> wrote:

in addition to sgd's post...

<snip>

s> <form action="test1.asp" method="post">
s> <textarea><%=strComments%></textarea>

you need to name your textarea here or it won't be picked up by the next
page.

   <textarea name="comments"><%=strComments%></textarea>

you might wanna stick a response.write on your second page to make sure
it's getting that far...

btw, any reason this isn't happening in one page??

hth,

darren.





More information about the thelist mailing list