Need a "loading..." message on web or hour glass

I am pulling in a domino directory in from one of my web apps, and it takes about 15 seconds to load. In the dialog box I provide, I need some sort of way to show a “loading” timer or an hour glass. Does anyone have any code this does this sort of thing for the web? Any ideas would be greatly appreciated.

Subject: Need a “loading…” message on web or hour glass

The trick here will be to open the dialog to your loading page, and have that do a redirect to the address dialog. (window.opener will still be valid when the address dialog gets there, since it belongs to the window and not the document.) You can use a simple animated GIF, or something like this:

Loading

… in passthru, of course.

Subject: RE: Need a “loading…” message on web or hour glass

thanks Stan. I’ll give it a ty and see what I can come up with. At least this gets me started! I’ll post the results when I’m done.

Subject: RE: Need a “loading…” message on web or hour glass

That’s what we did; just swiped the gif from the inotes login.