📄 xmlpractical1_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">
Let's take a look at how this handles by viewing the
example:
</p>
<p class="main">
<a href=
"http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example1/index.html"
target="_blank" title="View Basic Ajax XML example">View
Basic Example</a>
</p>
<p class="main">
As you can see the function does what it intends to do, but
it doesn't really highlight the versatility of
XMLHttpRequest. Let's go with a few different examples to
demonstrate.
</p>
<p class="main">
In this next example, we change the start_up case to the
following which indicates to the browser that we want
navigation.xml loaded through the XMLHttpRequest object.
</p>
<p class="code">
case "start_up":<br />
ajaxManager('load_page', 'navigation.xml',
'contentLYR');<br />
break;<br />
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -