when used window.open() method in IE7 then how can i hide title bar

+1 vote
asked by about Internet Explorer

when used window.open() method in IE7 then how can i hide title bar

1 Answer

0 votes
answered by (1.2k points)
edited by
window.open('mypopup.html','winname','directories=no, titlebar=no, toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=400, height=350');

That only works in older browsers. Modern browsers won’t let you remove the title bar because then there’s no way to close the window.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...