Reload cfLayOut tab
Hello,
I have a cfLayOut set up with 4 tabs. On one of those tabs, I have a form that saves phone numbers for a particular person. When I submit that form, I do so by passing in the field values via a button onClick event. My AJAX script handles the processing, calls the ColdFusion action page that actually does the database work. All is well.
My problem: I want that tab to automatically reload that form with the new changes. In otherwords, there needs to be another call to the database and the form needs to be refreshed but ONLY within that tab. I don't want the whole page to refresh.
I'm having great trouble with this. Can someone help?
Thanks!
Mike
