18 Display "构造子" 的最终版本
|
|
- 下面是 Display 的 "最终" 版本
- function Display(no) {
- this.displayno = no; // 标签显示实例
- this.pageframe = 'foil'; // 页面缺省装入的框架的名字
- this.indexframe= 'list'; // 缺省索引框架的名字
- this.pagepointer = null; // 页面缺省使用的 URL
- this.indexpointer = null; // 索引缺省使用的 URL
- this.LoadDisplay = LoadDisplay; // 调用该方法把 URL 装入页面
- }
Copyright: NPACT |
|