Why don't you just save it as Banner.cfm and then include it where needed?
(That's what I do)

Or you could Call it - if you need to pass parameters to it.

<cfinclude template="banner.cfm">

 - OR - 

<CF_Banner
 BannerID="#GetBanner.BannerID#"
 OpenNewWindow="#GetBanner.NewWindow#">

Would that work for you?

- Nick




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3772
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to