cfml preloader, is it possible? please assist
Hello;
I have a page on a site that is mostly images. One big image cut up in pieces with a couple of cfwindows going in them.
I want to preload the page before it appears because it looks terrible when it is loading up. Is it possible to use a pre-loader for an html page to do this? Better yet is there an html preloader out there?
I am trying to use this code, but it is not cutting it.
<script type="text/javascript">
_cf_loadingtexthtml="<div align='center'><img src='hig_progcircle_pending.gif'/>";
_cf_contextpath="";
_cf_ajaxscriptsrc="/CFIDE/ajax";
_cf_jsonprefix='//';
_cf_clientid='CAEFC4EBBACACC9E9920EB79DFC39CE9';
</script>
anyone have a better idea or even know if what I want to do is possible?
thank you.
