Please anybody know where can I find a script that wait to page load before to do anything, and if anybody click on stop load page there appear an error
Maybe you could try this ajax preload script. It's free, and looks nice: ajaxf1.com/product/ajax-website-preloader.html
You can put a variable at the bottom of the page using php, might work see below! let me know if it doesn't work!
another idea... create a variable at the beginning (top) of your page called $isloaded in each function add 1 to the variable you could echo all html with a function... should work! at the bottom of page, say if there were 7 functions and if $isloaded == '7' then do whatever???