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

📄 ajaxmanager6_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 10:</strong> We want to create a JavaScript
                  object to load the xml file into. We could just load into the
                  document.body, but using a container is far more flexible as
                  you can then position imported xml data anywhere you like. To
                  this end we create a variable named el and point it to the
                  document.getElementById(args[2]) statement. The argument in
                  the statement will allow us to later specify which element we
                  want to load the data into. We could have just used
                  document.getElementById(&#39;contentLYR&#39;) where
                  contentLYR would be a block element in the document body
                  (usually a div tag) with an id value of contentLYR. And that
                  would be perfectly acceptable in a lot of instances. However
                  later on we are going to do some multiple data loading into
                  different containers in the document so we want as much
                  flexibility as possible.
               </p>
               <p class="main">
                  <strong>Line 11:</strong> The next thing we want to do is
                  actually place the data into an element. I find 
               </p>
            


</body>
</html>

⌨️ 快捷键说明

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