• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Buffering The Page and Flush at once.

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all Gurus,

I have a Buffring related problemm. I have a simple page containing A list of report.The reports consist of Charts,Graph and Tables.one user click on the report it takes some time to load (this time new window is blank as usual in Browser).
I want to do, that calling window not open untill it is fully loaded at backend and user see the First Page only not the new one. Then the CAlling page is loaded at backend it flush at open at once.As we see the popwindow or Advertisment window comes at once.

It is possible? how can i do this. please give me ur suggestion or idea.

Thanks.
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IF the page is simple, and there is no fancy on load stuff, than just load window into iframe, and than open a popup window and write that iframe inner html into it.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic