Hi
I would like to have my site fully loading pages before the user sees them. I know there are java image preloaders, these are helpful if you have rollover buttons, but the page loads anyway, building as it loads the elements. You can also hide an element, and make it visible using the onload command in the body tag, but again the page loads anyway, with the images following on behind!
I have seen a site (but it is a porn site, so no mention or links here, eh?😃) that appears to load using PHP. In their case, it loads the file using an include, but I know you can put HTML in a PHP file direct.
Obviously, I can't see the PHP file to see how they did it. They also keep the URL in the address bar to obscure the filename.
Any suggestions (nothing rude😉
Trev