I have an involved flash form that I update using getURL() and Spry's loadURL()
to update database records without page refreshing. Part of this form is a
datagrid which binds its data to the user form.
Is there a way, on a javascript callback event from the Spry loadURL(), to also
refresh the datagrid data without page reload?
BTW, I am using remote cfcs for both the db updating and query.
Thanks for everyone's help.
Joel