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

📄 ajaxmanager6_column2.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">
         using innerHTML efficient in handling this task so let us use that
         method. Basically this line tells the browser to place the data into
         an element and display it.
      </p>
      <p class="main">
         <strong>Line 12:</strong> We want to open a request and obtain the
         data so this method allows for that. It uses three arguments Get,
         args[1] and true. Get as the term implies retrieves the data, the
         second argument args[1] will allow us to specify which data file to
         obtain and the third tells the browser to load the data
         asynchronously. If this third argument is set to true the data loads
         asynchronously and if set to false it does not.
      </p>
      <p class="main">
         The following table on the next page, provides common XMLHttpRequest
         object methods
      </p>
   </body>
</html>

⌨️ 快捷键说明

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