importdocs3_column1.html

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

HTML
32
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Introduction to Ajax Tutorial</title>
</head>

<body>
                  <p class="main">
                  A way to think of what is occurring is as a union of sorts
                  between the existing interface and the file being imported so
                  that the two become one. Practically it means that we
                  don&#39;t have to navigate the documents via a frame based or
                  window instance based approach.
               </p>
               <p class="main">
                  At this point you should be starting to note that a genesis
                  for an image gallery is starting to form. We can use the
                  earlier technique of importing xml files to provide
                  information about the image and we now just have learned how
                  to import the image itself. So the basic functionality for an
                  image gallery widget is in place, but will obviously need
                  refinement to work effectively.
               </p>
               <p class="main">
                  Before we move onto that though, I want to demonstrate a few
                  other things about importing different media with
                  xmlhttprequest.
               </p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?