Skip to content

Instantly share code, notes, and snippets.

@pawelgradecki
Created October 29, 2017 21:59
Show Gist options
  • Save pawelgradecki/3c4f11149f5dbd3a9d5a306d50c1eb68 to your computer and use it in GitHub Desktop.
Save pawelgradecki/3c4f11149f5dbd3a9d5a306d50c1eb68 to your computer and use it in GitHub Desktop.
function openUrl() {
var url = "http://google.com";
var openUrlOptions = {
height: 400,
width: 800
};
Xrm.Navigation.openUrl(url, openUrlOptions);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment