|
The titlebar is something you cannot remove cross-browser.
It is really part of the operating system rather than the Web browser and client-side Javascript should not be able to affect that.
Using the fullscreen property will create a window that does not have a titlebar, but that is an IE feature.
|