ユーザーは次の URL にいます:http://devi/socialsites/test/Lists/Tasks/AllItems.aspx
ユーザーがその URL にアクセスすると、ユーザーを次の URL に戻すリンク テキストが表示されます。
http://devi/socialsites/
次のJavaScriptがあります:
function NavigateToRootSiteCollection() {
window.location.assign(window.location.pathname);
}
しかし、これはユーザーを同じ URL に誘導するだけです。どんな種類の助けも大歓迎です!