⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 importdocs3_column2.html

📁 Ajax tutorial archive
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
      <title>
         Introduction to Ajax Tutorial
      </title>
   </head>
   <body>
 			 <p class="main">
                  We can import various file types as long as the browser
                  supports the file type either natively or through a plugin.
                  In this next example, let&#39;s bring in some flash using the
                  same technique as the image example that was just presented.
                  Please note that in this next example, I am going to load a
                  108k flash file.
               </p>
               <p class="main">
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example8/index.html"
                   target="_blank" title="import Flash via html">View
                  Example</a>
               </p>
               <p class="main">
                  Starting to get the picture? By using these methods we
                  effectively are extending xhtml to not only use existing
                  technology that is already supported but also bring in the
                  new dimension of using xml with html. And best of all we
                  aren&#39;t breaking W3C standards.
               </p>
               <p class="main">
                  One more important thing to learn before we turn our
                  attention back to the building of the image gallery widget
                  and that is how to import JavaScript dynamically. This is a
                  key concept so we will look at that next.
               </p>
   </body>
</html>

⌨️ 快捷键说明

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