Redirecting in SharePoint
I am having 开发者_开发问答an issue regarding navigation in my SharePoint site. On my front page I have a link that takes you to the EditForm.aspx
of one of my lists. When I edit an element and click save, SharePoint takes me to the list. Instead I want it to take me back to the default page, where I came from.
Is there any way to redirect back to the page I initially came from, instead of going back to the list?
Found the answer! http://www.graphicalwonder.com/?p=666
Use '?source=' in your anchor tag url, that way it will return to the source site, rather than back to the list.
Ex: http://yoursite/yourlist/newform.aspx?source=http://yoursite/yourlibrary/thankyou.aspx
Works perfectly!
精彩评论