streborr
IS-IT--Management
- Jan 16, 2002
- 98
I'm trying to pass variable to another page:
User_name is taken from a db when a user logs in.
<% session("ID"= rsADO("user_name" %>
When the user is sent to another page I do this:
<% response.write session("ID" %>
"name=" is what shows up.
What am I doing wrong?
Thanks for your help
Rick
User_name is taken from a db when a user logs in.
<% session("ID"= rsADO("user_name" %>
When the user is sent to another page I do this:
<% response.write session("ID" %>
"name=" is what shows up.
What am I doing wrong?
Thanks for your help
Rick