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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DISABLE MAXIMIZE BUTTON ON IE4+/NN4+

Status
Not open for further replies.

dalvin200

Programmer
Oct 10, 2000
20
GB
is there anyway which the MAXIMIZE button can be disabled on IE4+/NN4+ web browsers ?

Thank you [sig][/sig]
 
Have you tried capturing all window clicks, I am not sure if this is allowed or not, but it is easy to try in IE, just add:

window.onClick={}

and if you know what the maximise button is called you could use if(isMaximiseButtonName) so the others were still operable.

I have not tried this, so sorry if I am leading you up the garden path! Ben.

[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top