Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How detect activation of "Lock The toolbars" for IE

Status
Not open for further replies.

danursu

IS-IT--Management
Joined
Dec 11, 2004
Messages
1
Location
US
Hi to all,

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,..."

Thank you!
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top