ModalDialog
Description
The ModalDialog object can be used to show and control a generic dialog window that displays any HTML page.
In the dialog page you can access the Content Editor API through the parent object.
<a href="#" onclick="parent.Editor.getModalDialog().close()">Close</a>