You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
455 B
15 lines
455 B
<?php
|
|
header('Content-Type: text/html; charset=gb2312');
|
|
?>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=GB2312"/>
|
|
<title>学生成绩管理系统</title>
|
|
</head>
|
|
<frameset rows="*" cols="1,210,*">
|
|
<frame src="UntitledFrame-1.html">
|
|
<frame frameborder=0 src="main.php" name="frmleft" scrolling="no" noresize>
|
|
<frame frameborder=0 src="body.html" name="frmmain" scrolling="no" noresize>
|
|
</frameset><noframes></noframes>
|
|
</html>
|