ch2-4.htm

来自「jsp基础模块的学习」· HTM 代码 · 共 19 行

HTM
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>

<frameset rows="80,*" cols="*" frameborder="yes" border="1" framespacing="1">
  <frame src="ch2-4top.htm" name="topFrame" frameborder="yes" scrolling="NO" noresize bordercolor="#EBE9ED" >
  <frameset cols="80,*" frameborder="NO" border="1" framespacing="0">
    <frame src="ch2-4leftFrame.htm" name="leftFrame" frameborder="yes" scrolling="NO" noresize bordercolor="#EBE9ED">
    <frame src="ch2-41.htm" name="mainFrame" frameborder="yes" bordercolor="#EBE9ED">
  </frameset>
</frameset>
<noframes><body>

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

⌨️ 快捷键说明

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