Cfwindow and variable
I found an issue using Lightwindow 2.0 and CF8, therefore I need to find a different solution. So I'm trying the cfwindow option but I am having a difficult time coding it to work the way I want.
I am displaying query resultset which shows six different values and the URL is being appended by the uniquie ID of the record.
How can I do this with cfwindow?
This is what I have so far put it's not working at all.
<a href="##" onclick="javascript:ColdFusion.Window.show('fcnews')">#Headline#</a>
This opens the window but the data is imbedded in the page and not the window.
Thanks in advance for your help.
