[thelist] VARIABLE(s): asp/vbscript (referencing/pointers)

Chris W. Parker cparker at swatgear.com
Wed Jun 26 15:02:01 CDT 2002


> -----Original Message-----
> From: Anthony Baratta [mailto:Anthony at Baratta.com]
> Sent: Wednesday, June 26, 2002 12:42 PM
> To: thelist at lists.evolt.org
> Subject: RE: [thelist] VARIABLE(s): asp/vbscript
> (referencing/pointers)
>
>
> At 09:25 AM 6/26/2002, jcanfield at magisnetworks.com wrote:
> > > Response.Redirect("page1.asp?errMsg=C_Err1")
> >
> >Just addressing this bit of code, it should be:
> >
> >Response.Redirect("page1.asp?errMsg=" & C_Err1)
> >
> >Take the variable out of the quotes, and it will return the
> value instead of
> >the name.
>
> Joel...
>
> I think the point of his setup is to avoid a long ugly URL
> and still be
> able to pass dynamic messages to target page.

you are correct.



More information about the thelist mailing list