📄 importdocs2_column1.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't know you can
import html as well as xml? Well now you know so bob'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'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 "start_up":<br />
ajaxManager('load_page', 'image1.html',
'contentLYR');<br />
break;
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -