student.php

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

PHP
36
字号

<html>
<head>
<SCRIPT language=javascript>
function click() {
if (event.button==2) {
alert('请抓紧时间选修课程!');
}
}
document.onmousedown=click;
</SCRIPT>

<title>欢迎进入网上选课系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>


<frameset name=viewfrm border="1" framespacing="1" cols="*" bordercolor="#0099FF" frameborder="yes" rows=1,65,*>
  <frame src="file:///C:/Documents%20and%20Settings/XIAO/&#26700;&#38754;/UntitledFrame-1">
  <frame name=topinfo NORESIZE scrolling=no src="student.php">
  <frameset cols="144,*" framespacing="1" frameborder=0 border=1 name=mainframe> 
    <frame name=menu scrolling=no src="student.php">
    <frameset name=rightfrm border="2" framespacing="2" cols="*" bordercolor="#336699" frameborder="YES" rows="*,125"> 
      <frame frameborder="no" framespacing="2" name="f3" src="file:///C|/Documents%20and%20Settings/XIAO/&#26700;&#38754;/bz/bz_xuanke_help.jsp">
      <frame scrolling=yes frameborder="no" marginwidth=4 marginheight="1" framespacing="1" name="f4" src="file:///C|/Documents%20and%20Settings/XIAO/&#26700;&#38754;/bz/bz_caozuo_help.htm">
    </frameset>
  </frameset>
</frameset>
</html>
<noframes> 
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

⌨️ 快捷键说明

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