Oct 16, 2000 #1 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]
is there anyway which the MAXIMIZE button can be disabled on IE4+/NN4+ web browsers ? Thank you [sig][/sig]
Oct 16, 2000 #2 GIGN Programmer Oct 6, 2000 1,082 NZ 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] Upvote 0 Downvote
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]