Reputation: 19
I am creating a html page which is used and saved as a shortcut to launch a menu. and I want to display something like this.
The ones highlighted in red are the ones i want to disable.
I searched online for answer but found windows.open is one option but i don't think that will apply here because that will open a new browser window with the given conditions. Is there a way to open my html page with a fixed width and height, With no address bar, no option to minimize and maximize, and no option to open a new tab?
Upvotes: 0
Views: 388
Reputation: 1630
You can only open popups with the settings you are asking for.
You have no control over the browser settings when a user navigates to your page.
Upvotes: 6