tjmbc Posted May 31, 2008 Share Posted May 31, 2008 How do I make it so my page is only shown after it has been completely loaded rather than it being pieced together. Link to comment https://forums.phpfreaks.com/topic/108170-showing-a-page-only-after-it-is-fully-loaded/ Share on other sites More sharing options...
Psycho Posted May 31, 2008 Share Posted May 31, 2008 The only solutino I can think of would be JavaScript by using the onload() trigger. Either "cover" the page with a layer that covers everythign or make the styles such that things are not visible. Then, one the page loads the onload trigger can change the style properties or remove the coverign div. Link to comment https://forums.phpfreaks.com/topic/108170-showing-a-page-only-after-it-is-fully-loaded/#findComment-554495 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.