I have a html webresource in CRM 2013 which has some links on it , the html page opens fine click on the menu bar . I want to open different entity views when clicking on those links , I am using javascript function to do window.location.href=url
, But instead of navigating the content panel to the requested view its just keep on refreshing the current view, window.open(url) works fine but it opens in new browser window and I loose my top menu so that's not helpful, I want to do href and navigate
to the new view
↧