showModalDialog and postbacks in custom aspx pages in Microsoft Dynamics CRM 4.0
Views (4993)
I've developed a custom aspx dialogue page. It has button with postback and when this button is clicked - action is executed but new window is opened. Solution for this case is to add <base target="_self"/> tag under head tag.
This was originally posted here.

Like
Report
*This post is locked for comments