Modal window component.
Modal window is a draggable window (with either div or iframe content) that
prevent user from interacting the rest of page (using a mask) until the
window is closed.
If you want this to work under IE, don't attach this component to a
<span> tag, make sure you use a <div>.
The window is draggable and optionally resizable. |