MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Modify Edit View using SPD ?

  Asked By: Heriberto Robles         Date: Dec 24, 2009      Category: MOSS      Views: 318
 

Does anyone know how to modify the edit view of a list (MOSS) so that
hitting the OK button saves the edited data but does NOT take you to
the list itself, rather just exits/quits SP? Using only SPD.

Tagged:          

 

1 Answer Found

 
Answer #1       Answered By: Brooke Lewis          Answered On: Dec 24, 2009       

I don't have a complete solution, but as a starter...

Most SharePoint forms look for a "source" parameter on the URL and
will redirect the user to that page when they click OK or Cancel. You
could create a page with Javascript to close the browser window, then
link users to the edit  view of the list  item with something
like "&source=http://blah/pages/closebrwsr.aspx" added to the link.

 
Didn't find what you were looking for? Find more on Modify Edit View using SPD ? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].