Gaia Earth

Gaia Ajax Window example, dynamically shows a resizable, movable, maximizable, minimizale window in web form

This is an example of Gaia Ajax WebWidgets Window.
Think of it as an "advanced" panel which have way nicer rendering capabilities and also have some more events that can be trapped.
In addition it's got a couple of features that the normal panel does NOT have.
This control can be used as an alternative to e.g. "window.open" or the IE feature "window.openModal", from within it you have easy access to all controls on the page instead of being forced to write cryptic JavaScript to update elements of the parent window through window.open or something similar...
Try to move the window around and resize, maximize, minimize or close it! ;)
Note that the skin used here (mac_os_x) is NOT compatible with IE6...
If you're dependant on having IE6 compatibility you must either use another skin object (e.g. "spread") or create your own...!