📄 ajaxmanager8_column1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="main">
<strong>Line 13:</strong> If we wanted to transmit some data
to and from a server we would specify the data to be
transmitted. But since we don't want to send data we set
the send argument to null
</p>
<p class="main">
<strong>Line 14:</strong> A break statement closes the case.
</p>
<p class="main">
That is the core of an xml asynchronous loading technique.
And it is well worth the effort to get to know it intimately.
If you don't understand it, try reading it again until
you do. The next case is used to signify what is going to
happen when the document loads.
</p>
<p class="main">
<strong>Line 15:</strong> Creates a new case called start_up.
</p>
<p class="main">
<strong>Line 16:</strong> This statement tells the browser
what to do when the original document (not the document being
loaded into the interface what to do. Here we specify that
the ajaxManager function should be called, then to use the
case load page, then to retrieve the xml file named
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -