Preload event - Forum

Forum Navigation
You need to log in to create posts and topics.

Preload event

Hi..

On every page there are two events page-enter and page-exit. Is possible to add a preload event so i can run a code before page is loaded and delivered and everything are shown to user ?
Why ? Because now during the page-enter i run some checks and if the condition are not meet the user is redirected to a different page. The problem is that all this is visually bad experience to users. And i thing a preload event can avoid the visual problem and will redirect the page before is shown to user.

Any ideas ?