Does anyone know how to modify the edit view of a list (MOSS) so thathitting the OK button saves the edited data but does NOT take you tothe list itself, rather just exits/quits SP? Using only SPD.
I don't have a complete solution, but as a starter...Most SharePoint forms look for a "source" parameter on the URL andwill redirect the user to that page when they click OK or Cancel. Youcould create a page with Javascript to close the browser window, thenlink users to the edit view of the list item with somethinglike "&source=http://blah/pages/closebrwsr.aspx" added to the link.