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

spinhead evolt at spinhead.com
Thu Sep 27 18:07:33 CDT 2001


Just caught that missing name myself. Thanks.

Happening in one page, how? Here's what's going on - manager comes to this
page to approve a request, enters there authentication info, and submits the
form. If the auth info is wrong, they're redirected to approval page 2 (the
'try again' page)

I'm wide open for suggestions on the logic/flow.

Thanks, gents.

spinhead


----- Original Message -----
From: "darren" <darren at web-bitch.co.uk>
To: "spinhead" <thelist at lists.evolt.org>
Sent: Thursday, September 27, 2001 4:01 PM
Subject: Re: [thelist] ASP - actions taken before redirect? (again)


> 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