Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q74 Is it possible to preload a frame without showing it?

irt.org | Knowledge Base | JavaScript | Frame | Q74 [ previous next ]

Q74 Is it possible to preload a frame without showing it?

If you use something like the following for the frameset definition, i.e. a hidden frameB, you can preload what you like in frameB.

<frameset frameborder="0" framespacing="0" rows="100%,*">
<frame scrolling="no" frameborder="0" marginheight="0"
    marginwidth="0" name="frameA" noresize src="frameA.html">
<frame scrolling="no" frameborder="0" marginheight="0"
    marginwidth="0" name="frameB" noresize src="frameB.html">
</frameset>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.