This is my code from frame.php
<FRAMESET rows="20, 200" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<FRAME src="menu1.html">
<FRAME src="test1.php">
</FRAMESET>
I am wondering if there's a way to block people from going to "test1.php" directly?
I want people to stay on frame.php and if people try to go to " test1.php " directly, it will give you error. Is there such a way or code?
Before coming to this "frame.php" page, my user needs to login.
Thank you very much.