⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 details.html

📁 用于一医院的电子病历系统. JAVA开发。很有参考价值。
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -