When I pass a variable to the next page, it looks something
like this
http://www.ginsbergsci*remove*entific.com/0cat_results_elec01.asp?cid=98
I'm pulling in the "cid" which is good for the url. It pulls
in the
right item but it's not very descriptive.
The problem I am having is that I need to pull a page
description from
the previous page in order to create a breadcrumb on the
details page.
Given this information, what would be the best way to get
what I want?
Should I try setting a session variable on the previous page
and then
pull it in? Or, should I somehow pass a couple variables
along as a string?
Ideas welcome. Thanks