ajaxmanager1_column2.html
来自「Ajax tutorial archive」· HTML 代码 · 共 36 行
HTML
36 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="code">
<strong>Line 11:</strong> el.innerHTML =
x.responseText;<br />
}<br />
}<br />
<strong>Line 12:</strong> x.open("GET", args[1],
true);<br />
<strong>Line 13:</strong> x.send(null);<br />
}<br />
<strong>Line 14:</strong> break;<br />
<strong>Line 15:</strong> case "start_up":<br />
<strong>Line 16:</strong> ajaxManager('load_page',
'basic.xml', 'contentLYR');<br />
<strong>Line 17:</strong> break;<br />
}<br />
}<br />
</p>
<p class="main">
As you may have noticed, I have numbered the JavaScript on a
line by line basis. The best way to learn JavaScript is
line by line, consequently it will be employed through this
tutorial when apt.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?