开发者

Redirecting in SharePoint

开发者 https://www.devze.com 2023-03-04 15:46 出处:网络
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

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消