|
|
Q1160 Is there a way of removing the title bar from a window?
irt.org | Knowledge Base | JavaScript | Document | Q1160 [ previous next ] Q1160 Is there a way of removing the title bar from a window?No. Michael Klinteberg writes: Add hundreds of to the title and you will remove the title caption. You could write a loop for this and use the document.write:
Jim Beveridge writes: Internet Explorer 5 has introduced the concept of HTML Applications, which can be created without a caption. The caveat is, because of security, they can't be served from a web server. The head of an HTML app with no caption would be:
Simon Elliott writes: Thanks to what should be regarded as a bug, try this... Start a screen using the fullscreen + no tools etc. option that Internet Explorer supports, then using javascript resize commands resize the window, and tada, you have a titlebar-less window. Feedback on 'Q1160 Is there a way of removing the title bar from a window?' |
-- div -->
|