|
Title: How to set monitor page always on top? Post by: kidd on October 28, 2008, 03:32:08 AM Hi
I would like to know how to set the monitor page (/admin/monitor/index. php) always on top? Thanks Title: Re: How to set monitor page always on top? Post by: Aldoseri on December 14, 2008, 09:52:49 PM Add this to the body tag
Code: <body onblur="self.focus();"> It is not a good practice to use this on full pages. A small popup such as in the HCL is OK but more than that well? not good. |