importdocs2_column1.html

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

HTML
39
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?