📄 intro2_column2.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="main">
Remote Iframe technique in that things are handled on the
client side, but as we shall see differs in significant ways.
That article reminded me of our earlier work on this front
and sparked my interest in ajax. Part of that interest is
writing this article and sharing my meager knowledge with the
development community.
</p>
<p class="main">
To my way of thinking, ajax is more a natural progression
from an existing set of techniques as opposed to being
something completely brand new. Yet within that progression,
things are markedly different than in previous years in a
couple of key areas:
</p>
<ul>
<li>
It provides a mechanism to mix and match xml with xhtml.
</li>
<li>
It significantly reduces having to continually fetch
things from a server (remote iframe scripting is
reasonably comparable here).
</li>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -