> i'm wondering how i can create a message on a page that's displayed
> during the page is loaded. So when a query returns many results the
> users gets this message saying the data is on it's way and hiding this
> message when the query results have been loaded and displayed.
Here's a cheater way to do it...
Go to a page that says "Hang on, fetching data"
That page has a meta-refresh that goes to the
actual page that does the query. So your "wait"
page will show until the query page shows up.
Or, you could pop open a little "Pleas wait" window using javascript and
then put the window close() routine at the end of the page that displays the
results of the query.
Or, wait for an upcoming version of CF that will supposedly allow you to
send stuff down the pipe before the page is completely done.
Jay Jennings
CF Developer For Hire
www.alakazam.com/resume.doc
- - - - -
Get your free email account: [EMAIL PROTECTED]
Sign up at http://www.alakazam.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists