📄 ajaxmanager8_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">
basic.xml and to put it into a div tag called contentLYR.
</p>
<p class="main">
<strong>Line 17:</strong> A break statement to close the
case.
</p>
<p class="main">
That's it for the JavaScript section. It's a pretty
lightweight script that is capable of quite a few things that
will be demonstrated later on.
</p>
<p class="main">
Let's now turn our attention to the original document
where the xml data will be loaded into. It's a pretty
simple set up. All we need to do is insert a div tag with an
id attribute and property of contentLYR like so;
</p>
<p class="code">
<div id="contentLYR"><br />
</div><br />
</p>
<p class="main">
Then in a style sheet give it some properties and values.
This is what I have used for this example:
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -