Hi,
I am just clicking the custom button from CRM ribbon that time I am opening a popup aspx page. When that aspx popup is opened I need to restrict the user to use CRM window or parent window.
I tried below code but its not working.
var popupwindow=window.open("......");
popupwindow.focus();
The main idea is I need same functionality like showmodeldialog but I don't want to use showmodeldialog since we are supporting google chrome browser as well.
*This post is locked for comments