gallery8_column2.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="code">
ajaxManager('load_page', galleryArray[gallery_index],
'galleryLYR');<br />
ajaxManager('load_page',
descriptionArray[description_index],
'captionLYR');<br />
}<br />
break;
</p>
<p class="main">
This script isn't as complex as it first appears. Consider
this line for a moment:
</p>
<p class="code">
ajaxManager('load_page', galleryArray[gallery_index],
'galleryLYR');
</p>
<p class="main">
It is the same line that we learned earlier on, except instead
of naming a page like so
</p>
<p class="code">
ajaxManager('load_page','somepage.html',
'galleryLYR');
</p>
<p class="main">
We use the galleryArray as an argument.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?