1

We set a homepage through GPO's on all PC's in the domain. When you open a new tab our SharePoint online intranet opens.
As it's a new tab, the URL field is empty, ready to go to the site you want.
But if people navigate through our intranet (SharePoint online), the URL field stays empty.
That is confusing.

Is there a way to make a click in the intranet page fill up the URL field? Could something be done with a redirect page?

ZygD
  • 2,577
Brtrnd
  • 303
  • 2
  • 12

1 Answers1

0

This relates more to the way you have designed the page.

It seems like you are using AJAX with JavaScript to modify the new tab page, rather than using true URL to point to new pages.

You should modify the new tab page to use URLs, instead of in-place modifications, if you wish the address field to contain a URL.

harrymc
  • 498,455