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

📄 ajax5.html

📁 《JavaScript精粹》 源文件下载
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>

    <title>Accessible XMLHttpRequest Test 5</title>

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">


  <style type="text/css">



  </style>

  <script type="text/javascript" src="ajax5.js"></script>


</head>

<body>


  <h1>
    Test 5
  </h1>

  <p>
    In Test 5, a text field will be updated with the reponse text, and then a programmatic
    <code>focus()</code> event will be used to send focus to it.
  </p>


<p>
    <a href="./" id="trigger">This link is the trigger.</a>
</p>

<form action="">
  <div>
    <input type="text" id="response" size="50"
        value="This field will update with the response">
  </div>
</form>

<p>
    This is some text that comes after the response,
    to check continuity.
</p>


</body>
</html>

⌨️ 快捷键说明

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