Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-04-2006, 07:24 PM   PM User | #1
rswyatt
Regular Coder

 
Join Date: Jan 2004
Location: Des Moines, Iowa
Posts: 219
Thanks: 0
Thanked 0 Times in 0 Posts
rswyatt is an unknown quantity at this point
Report Data Page - "pop-up while loading"

Good afternoon.

I have a data report page that takes some time to load.

Normally I would put a

Code:
loadPopup = window.open(.....)
at the beginning of the page and a

Code:
loadPopup.close();
at the end of the page. This normally works without issues.

Here is the problem - in the middle of the master page I'm calling an IFRAME which runs the functions to get the report data. It is the IFRAME page that I'm waiting for.

Ok - so why couldn't I do the above in the IFRAME? I don't know - won't work...

My overall question is - how can I get a "Please wait while loading" to work in the master page and have it automagically close when my IFRAME is finally done loading. I've tried everything I can think of. Any thoughts?
__________________
Rich S. Wyatt
D3 Web Creations
rswyatt is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:38 PM.


Advertisement
Log in to turn off these ads.