Snippets
Postback - showModalDialog
You'll notice if you do a postback/submit within a dialog window in IE, it posts/opens a second window, to fix this, place the following snippet in the head tag of your dialog page.
<base target="_self">
posted by Christoff Truter on 2009-09-23 07:19:57