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

📄 xmlpractical5_column1.html

📁 Ajax tutorial archive
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Introduction to Ajax Tutorial</title>
</head>

<body>
               <p class="main">
                  <strong>Line 4:</strong> On this line we add an id attribute
                  with a value of &quot;eddies&quot;. We do this so we can
                  target that particular element with JavaScript later on.
               </p>
               <p class="main">
                  <strong>Line 13:</strong> On this line we create a an anchor
                  tag and denote the onmousedown event to fire a hide_menu case
                  in the ajaxManager() function. You will note that there is no
                  need to use a parent object as in
                  parent.ajaxManager(&#39;hide_menu&#39;) which would be the
                  case if were to use frames. When the xml document is imported
                  and fully loaded into the main interface it acts as it were
                  part of the interface itself. Take note of that as it will
                  save a lot of headaches later on.
               </p>
               <p class="main">
                  As you may have noticed we are pointing to a case in a
                  JavaScript function, so let us look at that.
               </p>
</body>
</html>

⌨️ 快捷键说明

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