Sharepoint online site page url change using wep APi?other mehod

t 21 Reputation points
2021-03-09T05:56:39.947+00:00

I want to change the Url of the site pages created in a sharepoint online site, using custom coding.
when i create a page in the site, we have added custom coding to generate a url of the site page, when the page is publishedwe want to change that Url to the topic of the page, is that possible? pointer would be helpful

Microsoft 365 and Office SharePoint For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. ZhengyuGuo 10,586 Reputation points Moderator
    2021-03-10T03:05:53.763+00:00

    Hi @t ,

    If you want to change the site page url, you can use Window.location.href to achieve:

    location.href = "https://mysite.sharepoint.com/sites/ABC/SitePages/Target.aspx";  
    

    SharePoint Online - Redirect to another page using Javascript

    Thanks
    Best Regards


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.