没框的WINDOWS:
The windows without frame are possible thanks to a trick [see webFX ] that it allows to send windows in Internet Explorer without the habitual interface. The idea consists of opening it in fullscreen and then make a resize of it. As the way fullscreen does not have the interface of the Windows, when changing it the size we will obtain the wished effect.
With this single one we have obtained a window without interface, but when not having controls to close [x] or title bar, we cannot move it. So I decided to make these controls, using DHTML, and the result it you will find in the following ZIP. Two JS and HTML that allow to open a window with an own interface. The code is commented.