Make your link call a JS function. In the JS function, just use ColdFusion.Window.create to create the window with a dynamic url. Ie, your link could be:
<a href="javascript:showDateInfo(9)">Day 9</a> And your function would use a URL of details.cfm?day="+day You get the idea I hope. :) On Dec 17, 2007 8:41 AM, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Is it possible to pass a dynamic URL variable to the source of a cfwindow > tag without using forms? I'm building a calendar and want to allow users to > click on a date and see details for that date, thus I need to be able to > pass that date in to my calendar details CF page. > > Thanks, > > Pete > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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-Talk/message.cfm/messageid:294914 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

