Hi,

My variable problem is that I have a header template that appears on every 
single page in my application. inside this header is an img src tage whose 
image needs to change based on which page is being accessed:

<img src="#imageName#">

since the variables are set at the top of each page from this 'header' 
template I need to be able to designate the #imageName# variable from the 
'content' part of my pages. So basically I have a variable at the top of the 
page that needs to pull from a value at the bottom of the page. Can this be 
done? Maybe I should set a session variable and delete/rewrite it with every 
call to a new page??
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to