Using JavaScript I want to open a new browser window with following characteristics. Please advise:
- Open a new window (not a new tab)
- New window shouldn't have toolbar, addressbar, menubar, statusbar
- New window should be maximized
- New window shouldn't be resizable
- From the new window, I should not be able to open a new tab
- The above should work with all modern browsers
Update: I have used the code from http://www.w3schools.com/jsref/met_win_open.asp with undesired results across browsers. For example, location=no still shows address bar in FireFox.