streborr
IS-IT--Management
- Jan 16, 2002
- 98
I'm trying to send a user to a page that will show information about specific companies in a specific region.
response.redirect("region.asp?user_Company=" & rsADO("user_company"
& user_region=" & rsADO("user_region"
)
This code produces: Expected"
"
How do I include 2 values in a redirect?
Thanks for any help!
response.redirect("region.asp?user_Company=" & rsADO("user_company"
This code produces: Expected"
How do I include 2 values in a redirect?
Thanks for any help!