javascript thread: Execute seperate JavaScript Code when Minimize or Maximize browser IE
Try to call your code in the onresize event. This event doesn't tell you the status of the window (minimized or maximized) but you could see retrieving the values of the screenLeft and screenTop poperties. Remember, the onresize event occurs too when window is maximized or minimized. I hope it will help!!! Good luck! --- Quinton James Sheppard <quintons@k...> wrote: > How can I execute two peices of JavaScript code, one > for when the browser > is minimized and another for when the browser is > maximized. > > this is for an intranet site and percific to IE4 and > up else I could go > for IE5 if nessasary. > > in advance, thank you for your help. > Quinton.
|





