Reputation: 865
I am able to open a new browser window with locked address bar using this code.
window.open('example.com', 'mysite', 'width=800,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
It works well in all major browsers.
Is it possible to open a new (locked) tab, instead of a window?
Upvotes: 1
Views: 992