index.htm

来自「招生管理信息系统 湖北工业大学工商管理学院的」· HTM 代码 · 共 19 行

HTM
19
字号
<html>
<head>
<title>商贸学院招生信息系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="101,*,30" frameborder="NO" border="0" framespacing="0">
  <frame src="./common/top.htm" name="top" scrolling="no" noresize id="top">
	  <frameset cols="25%,*" frameborder="NO" border="0" framespacing="0"> 
	  	<frame src="./common/HGSM.htm" target="main" name="menu" scrolling="auto" noresize id="menu" >
	  	<frame src="./common/welcome.htm"  name="main" scrolling="auto" id="main" >
	 </frameset>
  <frame src="./common/tail.htm" name="tail" frameborder="no" scrolling="NO" noresize id="tail">
</frameset>
<noframes><body>
 
</body></noframes>
</html>

⌨️ 快捷键说明

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