Thanx
but, I need to be able to move (drag) window (FULLSCREEN)
with mouse click & drag on specific spot - like DIV or ...
There is good example in chromeless window but I don't know how
to isolate it from whole chromelles script. (
http://www.microbians.com/)
I don't want to use chromeless script for fullscreen site,
I prefer simple fullscreen command:
function fullwin() {
maxwin = window.open('html/english/start.html','max','fullscreen=yes');
maxwin.resizeTo(600,400);
}
(for IE only)