If you do move to cf5 there is an article by Ray Camden on how to do something along thses lines:
http://www.coldfusion.com/handlers/index.cfm?id=21216&method=full HTH Kola -----Original Message----- From: Stuart Duncan [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 6:39 AM To: CF-Talk Subject: Re: Please Wait... ' or 'Loading...' message I don't how familiar you are with DHTML, but you could (hypothetically) put all your content into one DIV or SPAN tag... making it a layer, and make it invisible. And then put a "Loading" messing into another DIV or SPAN tag, and make it visible. And then put an "OnLoad" handler in the Body tag, that would call javascript to reverse the two. That would hide the "Loading" layer and show the content layer. That would be my suggestion. Course, that's only if you've got a handle on DHTML basics. Stuart Duncan. At 06:32 PM 10/11/2001 -0800, you wrote: >Hello everyone, > >Does anyone have an example of a 'Please Wait... ' or 'Loading...' message >that would prevent a user from clicking anywhere else? > >A message that would stay on the screen until the main page is complete; >until the rest of the content is ready. > >Any ideas? - Kinley > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

