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

📄 xmlpractical1_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">
                  Let&#39;s take a look at how this handles by viewing the
                  example:
               </p>
               <p class="main">
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example1/index.html"
                   target="_blank" title="View Basic Ajax XML example">View
                  Basic Example</a>
               </p>
               <p class="main">
                  As you can see the function does what it intends to do, but
                  it doesn&#39;t really highlight the versatility of
                  XMLHttpRequest. Let&#39;s go with a few different examples to
                  demonstrate.
               </p>
               <p class="main">
                  In this next example, we change the start_up case to the
                  following which indicates to the browser that we want
                  navigation.xml loaded through the XMLHttpRequest object.
               </p>
               <p class="code">
                  case &quot;start_up&quot;:<br />
                  ajaxManager(&#39;load_page&#39;, &#39;navigation.xml&#39;,
                  &#39;contentLYR&#39;);<br />
                  break;<br />
               </p>

      
   </body>
</html>

⌨️ 快捷键说明

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