Click to See Complete Forum and Search --> : Browser


kitzen
02-20-2003, 11:38 AM
Hello!!

How do I know, when the user click on the botton Minimaze and maximaze in the browser?

Has a script the verify this thing??

Help-me Please
Kitzen:confused:

khalidali63
02-20-2003, 12:12 PM
I think your only choice will be to use window.onblur events. if a user presses minimise button onblur event will be triggered.

Khalid

kitzen
02-20-2003, 12:24 PM
Hello!!!
Okey... I will try!!
About de Maximaze you have any Idea?

Thanks!!

Charles
02-20-2003, 12:26 PM
May I suggest that a nice Window.onResize(), vintage JavaScript 1.2, might do the trick. See http://developer.netscape.com/docs/manuals/js/client/jsref/handlers.htm#1121061.

khalidali63
02-20-2003, 12:36 PM
yep..that is correct..for maximise event capturing

window.onresize

and for minimise use window.onblur

cheers

Khalid