File:demo/banner.html
Method:system.call()
getBanner
对像不存在
demo/banner.html
<link rel="stylesheet" type="text/css" href="banner/lrtk.css" />
<script type="text/javascript" src="banner/pptBox.js"></script>
<div id="xxx" class="banner" >
<script>
var box = new PPTBox();
box.width = 1200; //宽度
box.height = 400;//高度
box.autoplayer = 5;//自动播放间隔时间

//box.add({"url":"图片地址","title":"悬浮标题","href":"链接地址"})
{%@getBanner(4)%}
box.show();
</script>
</div>