Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirecting to another page 1

Status
Not open for further replies.

joecdn

Programmer
Oct 28, 2003
47
CA
OK, I'm having trouble trying to get this line of code to work. I know it's a syntax issue, but I can't seem to figure it out. What I'm doing is taking the value of emp_no and when it gets redirected to store.asp it'll display all the stores for emp_no. Hopefully that makes sense. What am I doing wrong?


response.redirect("store.asp?StoreInfo=rs.Fields(emp_no).Value")

Thanks in advance
 
Thank you so much, I knew it was something simple like that. Star for you!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top