📄 xmlpractical3_column2.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Introduction to Ajax Tutorial
</title>
</head>
<body>
<p class="main">
based browser or Opera (probably Safari will work here too?).
Internet Explorer will not parse the document properly
without the use of its proprietary parser. Bad IE!
</p>
<p>
<a href=
"http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example3/navigation.xml"
target="_blank" title="Pure XML Example with Namespace">View
Example</a>
</p>
<p class="main">
As you can see the xml document is now formatted and works
like an xhtml document would. This is because of the
namespace which allows the browser to interpret the tags and
then render them accordingly. Love those namespaces!
</p>
<p class="main">
Unfortunately that still leaves us with the Internet Explorer
formatting problem so to circumvent that, we import the xml
document into an existing interface using XMLHttpRequest and
its IE equivalent and we end with this:
</p>
<p>
<a href=
"http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example4/basicajax2.html"
target="_blank" title=
"xmlhttprequest example with xml lists">View Example</a>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -