details.html

来自「用于一医院的电子病历系统. JAVA开发。很有参考价值。」· HTML 代码 · 共 28 行

HTML
28
字号
<html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="Content-type" content="text/html; charset: utf-8" />    <title>DHTML Menu frames sample</title>    <link rel="stylesheet" type="text/css" href="../../src/skin-xp.css" />    <link rel="stylesheet" type="text/css" href="main.css" />    <script type="text/javascript" src="../../src/hmenu.js"></script>    <script type="text/javascript">MENU_ITEM='details'</script>  </head>  <body>    <div class="content">      <h1>Technical details</h1>      <p>        As we said previously, frames are difficult to work with        because they don't share the DOM tree, the JavaScript code and        memory space.  Frames are as independent as 2 windows of the        same browser instance.  No browser currently can display in a        frameset elements other than &lt;frame&gt;-s鈥攊n other        words, you simply <em>can't</em> display one element on top of        a frame boundary such that a part of it covers one frame, and        another part covers the other frame.  Neither can one element        from a frame be displayed in another.      </p>      <p>        So what DynarchMenu does is to create the elements in 2        different DOM-s.  The main menu bar goes in the 鈥渕ain鈥

⌨️ 快捷键说明

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