Index: /FCKeditor/trunk/editor/_source/internals/fckdialog_ie.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckdialog_ie.js	(revision 1120)
+++ /FCKeditor/trunk/editor/_source/internals/fckdialog_ie.js	(revision 1121)
@@ -38,4 +38,5 @@
 	try
 	{
+		dialogInfo.DialogName = dialogName ;
 		oReturn = parentWindow.showModalDialog( pageUrl, dialogInfo, sOptions ) ;
 	}
Index: /FCKeditor/trunk/editor/fckdialog.html
===================================================================
--- /FCKeditor/trunk/editor/fckdialog.html	(revision 1120)
+++ /FCKeditor/trunk/editor/fckdialog.html	(revision 1121)
@@ -38,4 +38,8 @@
 // Sets the language direction.
 window.document.dir = window.dialogArguments.Editor.FCKLang.Dir ;
+
+// IE does not set the window name in showModalDialog(), let's set it here.
+if ( window.dialogArguments.Editor.FCKBrowserInfo.IsIE )
+	window.name = window.dialogArguments.DialogName ;
 
 var sTitle = window.dialogArguments.Title ;
