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

Q2045 How can I completely hide a frame and make it unopenable?

irt.org | Knowledge Base | HTML | Q2045 [ previous next ]

Q2045 How can I completely hide a frame and make it unopenable?

Even if you set the frame's width to 0%, and the frame border and frame spacing to 0 you will still get a small amount of the frame showing. It is also possible to widen this frame up. You need to make sure it can't be resized, by adding:

<FRAMESET COLS="100%,*" FRAMEBORDER=0 FRAMESPACING=0>
	<FRAME SRC="home.htm" NAME="main" NORESIZE>
	<FRAME SRC="secret.htm" NAME="hidden" NORESIZE>
</FRAMESET>

Feedback on 'Q2045 How can I completely hide a frame and make it unopenable?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


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