xmlpractical1_column1.html
来自「Ajax tutorial archive」· HTML 代码 · 共 38 行
HTML
38 行
<!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 + =
减小字号Ctrl + -
显示快捷键?