Forum Moderators: open
Is there a way for me to insert a gif or text instructing the user that the page is loading within the iframe. This text would then be replaced by the <iframe> page once loaded.
What is the best way to achieve this?
<meta http-equiv=refresh content="5; url=http://www.iframe-content.com/" />
Load the page (or pages) into the iframe and use refresh to load the desired url.
Ideally though, you would be better off just providing a short explanation (regarding the potential wait) on the parent page just before or after the links that target the iframe. Just be upfront... it's better that way.
You could even use an intro page to start and stop the presentation. Do not use meta refresh on the default iframed intro page, include a text introduction and a link/button to load the first page in the sequence of meta refresh pages. The last page would reload the intro thus ending the presentation.
Kind of like Flash without the flash overhead (since the slideshow/presentation) pages do NOT need to be loaded until called for. ;)