Well, the UI Dialog (and jqModal) are just <div>'s, so they are part of the page and can do exactly what you want... put a submit button inside the modal div and it'll work
Suggestion those, instead of refreshing the whole page just because the user changed a row of data, just change said objects that were changed On Oct 10, 5:06 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, I'm looking for some kind of modal window like the UI dialogue > that may do true form submission and refreshes the parent window. > > Here's the scenario I'm looking to accomplish. > > I have a table of data, one of the column is editable. > If the user clicks on the column of a particular table row, a modal > window will pop up asking for additional information. > The user fills out the information and submits. > The window updates the info for that table via ajax and then force a > refresh so the data in the table could be updated. > > Any idea if there's any plugins that may aid in accomplishing > something like above using jQuery? > > Thanks