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

📄 ajaxmanager7_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>
  	    <table cellspacing="0" cellpadding="0" width="300" class="code">
  <tr>
    <td valign="top"><p><strong> Method </strong></p></td>
    <td valign="top"><p><strong> Description </strong></p></td>
  </tr>
  <tr>
    <td valign="top"><p> open(&quot;<em>method</em>&quot;, &quot;<em>URL</em>&quot;[, <em>asyncFlag</em>[, &quot;<em>userName</em>&quot;[, &quot;<em>password</em>&quot;]]]) </p></td>
    <td valign="top"><p> Assigns destination URL, method, and other optional attributes of a pending request </p></td>
  </tr>
  <tr>
    <td valign="top"><p> send(<em>content</em>) </p></td>
    <td valign="top"><p> Transmits the request, optionally with postable string or DOM object data </p></td>
  </tr>
  <tr>
    <td valign="top"><p> setRequestHeader(&quot;<em>label</em>&quot;, &quot;<em>value</em>&quot;) </p></td>
    <td valign="top"><p> Assigns a label/value pair to the header to be sent with a request </p></td>
  </tr>
</table>

      
   </body>
</html>

⌨️ 快捷键说明

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