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

jcanfield at magisnetworks.com jcanfield at magisnetworks.com
Wed Jun 26 14:04:00 CDT 2002


> 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



More information about the thelist mailing list