hi all is there a possibility to preload a page? because i'd like to refresh the page. there are very often little changes on the page but it looks very bad when you've to wait a long time till the page is reshown again.
thx 4 any help
pumix
Try to store all of the HTML in a variable ($text, for example). Then, when finished assigning text to it, use
echo $text;
and it will print it all. As for images, you have to use JavaScript preloading if you want them to display at once
fLIPIS
hi fLIPIS :-)
oh, im not used to javascript. can u make a little example, or d'ya have a link please?
thx pumix
Sure, take a look:
http://www.faqts.com/knowledge_base/view.phtml/aid/1358/fid/122