| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) Document (8) Events (8) ExtJS (9) Strings (3) perl (9) php (4) VBScript (1) Visual Basic (1)
New related comments Number of comments in the last 48 hours Reload a web page with a javascript function |
Opening a window without a title bar
(2 votes). Leave comments and/ or rate it.
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:
| ||||||||||||||||||