gallery4_column1.html

来自「Ajax tutorial archive」· HTML 代码 · 共 33 行

HTML
33
字号
<!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(&quot;preloadLYR&quot;);
               </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 + =
减小字号Ctrl + -
显示快捷键?