| Programming C# C++ (7) Delphi (618) Java (8) JavaScript (30) Document (8) Events (8) ExtJS (8) Strings (3) perl (9) php (4) VBScript (1) Visual Basic (1)
|
Opening a window without a title bar
Question: How can I open a window (popup) without a titlebar?Answer: (The following applies to Internet Explorer.)The relevant parameter is fullscreen. A window in fullscreen has no title bar. If the document displayed in the popup shall not appear fullscreen (but still without title bar) then you can use the resizeTo command there (in the other document) to make it samller. See the example and the other related tip.
Comments:
|