Skip to main content
July 14, 2009
Question

Cfwindow on hide event

  • July 14, 2009
  • 1 reply
  • 815 views

I have a dropdown on a page that contains values for cities based on a previous dropdown for state.  I am doing this with a cfselect bind and a cfc.  Works great.  However, I offer users the ability to add a new city with a cfwindow.  Once they add in the cfwindow, I want to refresh the city dropdown on close.  I can't refresh the page otherwise I'll lose other values.

Can I do this without making them change to state dropdown to a different state, then back to the original state?

    This topic has been closed for replies.

    1 reply

    July 15, 2009

    I'm hoping CF8's ajax has a solution built in but I'm not sure...