📄 gallery4_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">
type out document.getElementById("preloadLYR");
</p>
<p class="main">
<strong>Line 3:</strong> Same as line 2 except we point to an
element named galleryLYR.
</p>
<p class="main">
The next change in the load_page case is seen when looking at
the readystates of the xmlhttprequest object. What we are
doing here is creating a little preload routine based on
readystates. To do this we simply attach innerHTML to the
variable preload and assign it a message for the browser to
display. For example,
</p>
<p class="main">
The next change in the load_page case is seen when looking at
the readystates of the xmlhttprequest object. What we are
doing here is creating a little preload routine based on
readystates. To do this we simply attach innerHTML to the
variable preload and assign it
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -