Home > Uncategorized > Iframe preloader

Iframe preloader

This is a nice bit of javascript to put a pre-loader on an Iframe, so your users have something to look at while an Iframe is loading
 
<iframe id="imgGraph"></iframe>
           <script language="JavaScript">
            var graph = document.getElementById("imgGraph");
            graph.contentWindow.document.write(‘please wait’);
           graph.src=’http://www.whatever.com&#8217;;
<script>
 
Categories: Uncategorized
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment