- Code: Select all
<html>
<head>
<title>PHP Frame Set</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="left.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="<?php echo $_GET['frame'].'.php';?>" name="mainFrame" scrolling="YES" noresize>
</frameset>
<noframes><body>
you can't view frames! you suck!
</body></noframes>
</body>
</html>
What is one supposed to do? Please advise.

