ajaxmanager8_column2.html
来自「Ajax tutorial archive」· HTML 代码 · 共 40 行
HTML
40 行
<!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 + =
减小字号Ctrl + -
显示快捷键?