I have a question, who knows the fuction forwindows.open in javascript to detect if "Lock The Toolbars" is activated or no, Or a fuction for activate dthis optionm like "...scroolbars=no,toolbar=yes,..."
Surely you can just use the window.open attributes to set the attributes of the window.
window.open('somepage.htm','','titlebar')
By specifying one attribute all the other attributes like scrollbars, resizable will automatically be locked. And since titlebar always shows, you can just use that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.