📄 ajax_intro.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>AJAX Introduction</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>AJAX Introduction</h1>
<a href="default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="ajax_httprequest.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<p class="intro">AJAX stands for Asynchronous JavaScript And XML.</p>
<hr />
<h2>What You Should Already Know</h2>
<p>Before you continue you should have a basic understanding of the following:</p>
<ul>
<li>HTML / XHTML</li>
<li>JavaScript</li>
</ul>
<p>If you want to study these subjects first, find the tutorials on our
<a href="../default.asp">Home page</a>.</p>
<hr />
<h2>AJAX = Asynchronous JavaScript and XML</h2>
<p>AJAX is not a new programming language, but
a technique for creating better, faster, and more interactive web
applications.</p>
<p>With AJAX, your JavaScript can communicate directly with the server, using the
JavaScript <b>XMLHttpRequest</b> object. With this object, your JavaScript can
trade data with a web server, without reloading the page.</p>
<p>AJAX uses asynchronous data
transfer (HTTP requests) between the browser and the web server, allowing web pages to request
small bits of information from the server instead of whole pages.</p>
<p>The AJAX technique makes Internet applications smaller, faster and more user-friendly.</p>
<p><img border="0" src="../images/lamp.gif" width="15" height="15" alt="lamp" /> AJAX
is a browser technology independent of web server software. </p>
<hr />
<h2>AJAX is Based on Web Standards</h2>
<p>AJAX is based on the following web standards:</p>
<ul>
<li><b>JavaScript</b></li>
<li><b>XML</b></li>
<li><b>HTML</b></li>
<li><b>CSS</b></li>
</ul>
<p>The web standards used in AJAX are well defined, and supported by all major
browsers. AJAX applications are browser and platform independent.</p>
<hr />
<h2>AJAX is About Better Internet Applications</h2>
<p>Web applications have many benefits over desktop applications; they can reach
a larger audience, they are easier to install and support, and easier to
develop.</p>
<p>However, Internet applications are not always as "rich" and user-friendly as
traditional desktop applications. </p>
<p>With AJAX, Internet applications can be made richer and more user-friendly.</p>
<hr />
<h2>You Can Start Using AJAX Today</h2>
<p>There is nothing new to learn.</p>
<p>AJAX is based on existing standards. These standards have been used by most
developers for several years.</p>
<hr />
<a href="default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="ajax_httprequest.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -