I have an iFrame object that are defined like this:
<iframe src="iFrame SRC" frameborder="0" width="160" height="200" scrolling="no" longdesc="longdesc URL">
</iframe>
Now this frame took a long time to load, is it possible to make a loading text that simple says Loading frame...
, and when the frame appears make the text go away? I tried putting the text right above the frame definition like this:
Loading...
<iframe ...>
</iframe>
It does stay on top of the frame but never goes away. How do you put a loading text for an iframe?