studentlog.php.bak

来自「简单实现网上选课」· BAK 代码 · 共 19 行

BAK
19
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生选课</title>
</head>
<?php echo $HTTP_SESSION_VARS[name];
?>
<frameset rows="46,240" cols="*">
  <frame src="head.php" name="头部" frameborder="yes" scrolling="no" bordercolor="#33CCFF" id="头部">
  <frameset rows="*" cols="96,818">
    <frame src="navi.php" name="导航栏" frameborder="yes" scrolling="auto" noresize bordercolor="#CCFFCC" id="导航栏">
    <frame src="main.php" name="主窗口" frameborder="no" scrolling="yes" id="主窗口">
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

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