Hello,
I am trying to create a tile within the sitemap that when clicked will open a custom URL in a new tab or new window (it does not matter which). I currently have the below in my sitemap, but am not getting a new tab/window, just a loading screen. I saw some posts about using window.open, but this is not working for me.
<SubArea Id="TestHelpSite" Url="javascript:window.open('sites.google.com/.../new-hires');" AvailableOffline="false" PassParams="false" >
</SubArea>
*This post is locked for comments
I have the same question (0)