Copy link to clipboard
Copied
I am taking over a website of approx. 100 pages with no loading panels.
I would like to add a generic loading panel to the entire site without modifying all the pages.
Is ther a simple way to add a loading panel to the entire site without modifying every page?
Copy link to clipboard
Copied
Can you explain or point to some example of what you mean by a generic loading panel?
Copy link to clipboard
Copied
Rick,
Yes there is a way. If you add code to the application.cfm or application.cfc it will run each request. You may need a Javascript timer to redirect back to a cfm page. In general, loading pages are not a great user experience, maybe all you uneed is something like cfflush.
Copy link to clipboard
Copied
Hi @Rick254474202qw9 ,
I, too, am curious to know what you mean by a loading panel.
Copy link to clipboard
Copied
By loading panel (Maybe a .net term), I mean a "Page loading, please wait" graphic of some sort. Which then disappears when the page has loaded all it's data.
Copy link to clipboard
Copied
Rick, to expand on Mike's answer:
But again, bottom line, there's no feature to do this loading page. You may want to look at the cfprogressbar, though weighing that in the context of all in share above.
Let us know how you may go. Or maybe others will have still more to offer, especially specific solutions for you.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more