Here goes. Hope some of you can help! I'm using the URL to define css. The entry URL is:
http://localhost:8500/libr/reviews/elempublic/index.cfm?campus=130 Once the page is entered a query is executed using the campus value, retrieving colors from a database, which in turn are inserted into the page's css, creating the expected look and feel. All works great on the first page, which executes a query of it's own. This query creates a set of URLs. Now since these URLs are wrapped in a <cfoutput query="qGetTitle"> I can't insert the URL variable into them. What would be the best way to persist the campus value in a session so that as the user navigates through the pages, the css will retain the initial values? Thanks in advance! John ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3302 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
