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

📄 importdocs2_column1.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">
                  The way around this dilemma is to import an html file with an
                  image tag in the document. Oh you didn&#39;t know you can
                  import html as well as xml? Well now you know so bob&#39;s
                  your uncle. Let us look at the example:
               </p>
               <p class="main">
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example7/index.html"
                   target="_blank" title="import image via html">View
                  Example</a>
               </p>
               <p class="main">
                  There is nothing extraordinary about the html file. It is
                  just a simple basic html file with an xhtml DTD and contains
                  an image tag. That&#39;s it.
               </p>
               <p class="main">
                  Our start_up case in the JavaScript ajaxManager() function
                  has simply changed to reflect to pointing to the correct file
                  to load into the existing document.
               </p>
               <p class="code">
                  case &quot;start_up&quot;:<br />
                   ajaxManager(&#39;load_page&#39;, &#39;image1.html&#39;,
                  &#39;contentLYR&#39;);<br />
                   break;
               </p>
</body>
</html>

⌨️ 快捷键说明

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