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

spinhead evolt at spinhead.com
Thu Sep 27 18:00:06 CDT 2001


d'oh! Thanks.

spinhead


----- Original Message ----- 
From: "Scott Dexter" <sgd at ti3.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, September 27, 2001 3:46 PM
Subject: RE: [thelist] ASP - actions taken before redirect? (again)


> > 
> >  dim strComments
> >  strComments = Request.Form("comments")
> >  Response.Redirect("test2.asp")
> 
> you're never passing the variable to test2.asp
> 
> >  strComments = Request.Form("comments")
> 
> -- you've not added it to the query string er anything
> 
> 
> in test1.asp, do
> 
> Response.redirect("test2.asp?comments="&Server.URLEncode(strComments))
> 
> should get it for ya
> sgd
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 





More information about the thelist mailing list