Hi,
In one of my requirement, I am opening an “.aspx” page in modal dialog on CRM ribbon button click.
My .aspx page has a button and when I click on the button , The same page is opening up in another window
Fix :-
- Add “base target=”_self” tag to the .Aspx page’s “head” (Refer below)
<head>
<base target=”_self” />
</head>
Hope it helps 🙂


![[Step by Step] Using Custom Connectors in Copilot Studio](https://rajeevpentyala.com/wp-content/uploads/2024/10/record-ezgif.com-video-to-gif-converter-7.gif)
Leave a Reply