Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cfflush question

Explorer ,
Jun 04, 2008 Jun 04, 2008
Hey all,
I have a question about implementing an idea. I have a dashboard type screen that is a bunch of buttons with a few overview graphs. The graphs take some time to generate but the rest can go up instantly. I want to flush the dashboard with a little loading icon in the graph spot. I got this part. I was then gonna use javascript/jQuery to change the icon to the graphs. So after i flush, I thought i could use cfcontent to save the html, but then i thought about it and it saves the cf, not the html, right? What can i use to save the html in?
372
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 06, 2008 Jun 06, 2008
Bump. No ideas? I assume I have to use one of those fancy new CF8 AJAX tags...?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 06, 2008 Jun 06, 2008
LATEST
Put the graphs in an iframe and use innerHTML to handle the loading icon.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources