📄 xmlpractical1_column1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="code">
<style type="text/css"><br />
#contentLYR {<br />
position:absolute;<br />
width:200px;<br />
height:115px;<br />
z-index:1;<br />
left: 200px;<br />
top: 200px;<br />
}<br />
</style><br />
</p>
<p class="main">
Nothing out of the ordinary there. You will just need some
familiarity with CSS to arrange layout and presentation.
There are a bunch of good CSS tutorials on the Web if you
find yourself in unfamiliar territory.
</p>
<p class="main">
Finally we call the ajaxManager and specify which case to
employ from the body tag using an onload event like so:
</p>
<p class="code">
<body
onload="ajaxManager('start_up')">
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -