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

📄 ajax3.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 3</title>

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


	<style type="text/css">



	</style>

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


</head>

<body>


	<h1>
		Test 3
	</h1>

	<p>
		In Test 3, a link 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>

<p>
    <a href="./" id="response">
        This link will update with the response.</a>
</p>

<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 + -