makequestionpapers2.php

来自「一个基于PHP的在线考试系统」· PHP 代码 · 共 16 行

PHP
16
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="359,*" frameborder="NO" border="0" framespacing="0" rows="*">
<?php 
echo"<frame name=\"leftFrame\" scrolling=\"YES\" noresize src=\"listquestion_by_subject.php?subjectid=$subjectid\">";
?>
<frame name="rightFrame" src="questionpapers_form.php">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">

</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?