摘要: js/pptBox.jsjs/pptBox.js 文件 /** * 网络剑客 2012-10-27 */ function PPTBox() { this.uid = PPTBoxHelper.getId(); PPTBoxHelper.instance[this.uid] = this; this._$ = function(id){return document.getElementById(id);}; this.width = 988;//宽度 this... 阅读全文
posted @ 2012-10-27 15:47 网络剑客 阅读(219) 评论(0) 推荐(0)
摘要: 图片幻灯切换 阅读全文
posted @ 2012-10-27 01:27 网络剑客 阅读(108) 评论(0) 推荐(0)