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

📄 gallery8_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="code">
               ajaxManager(&#39;load_page&#39;, galleryArray[gallery_index],
               &#39;galleryLYR&#39;);<br />
               ajaxManager(&#39;load_page&#39;,
               descriptionArray[description_index],
               &#39;captionLYR&#39;);<br />
               }<br />
               break;
            </p>
            <p class="main">
               This script isn&#39;t as complex as it first appears. Consider
               this line for a moment:
            </p>
            <p class="code">
               ajaxManager(&#39;load_page&#39;, galleryArray[gallery_index],
               &#39;galleryLYR&#39;);
            </p>
            <p class="main">
               It is the same line that we learned earlier on, except instead
               of naming a page like so
            </p>
            <p class="code">
               ajaxManager(&#39;load_page&#39;,&#39;somepage.html&#39;,
               &#39;galleryLYR&#39;);
            </p>
            <p class="main">
               We use the galleryArray as an argument.
            </p>
   </body>
</html>

⌨️ 快捷键说明

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