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

+1 vote
asked by about Internet Explorer

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');

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
...