This page, "content.cfm", is coded into the frameset. All users will see it when they call the frameset directly.


<FRAMESET ROWS="100, *">
	<FRAME NAME="header" SRC="header.cfm">
	<FRAMESET COLS="100, *">
		<FRAME NAME="left" SRC="left.cfm">
		<FRAME NAME="content" SRC="content.cfm">
	</FRAMESET>
</FRAMESET>