Is there some way to hide the browser toolbar / statusbar etc in current window via javascript? I know I can do it in a popup with window.open() but I need to do it this way. Is it possible at all?
Is there some way to hide the browser toolbar / statusbar etc in current
Share
As per the previous answer, this isn’t possible to my knowledge and is best avoided anyway. Even if a solution can be found, bear in mind that most browsers these days allow the user to prevent Javascript from interfering with their browser settings and window chrome, even when using window.open. So you’ve got absolutely no way of guarenteeing the behaviour that you’re looking for and consequently you’re best off forgetting about it altogether. Let the user decide how they want their window configured.